Advertisement
Guest User

Untitled

a guest
Feb 16th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. --- base-helper.ipv6.org    2012-02-16 11:48:30.780575481 +0100
  2. +++ base-helper.ipv6    2012-02-16 11:43:43.755806057 +0100
  3. @@ -60,6 +60,9 @@
  4.      any)
  5.          res=::0/0
  6.      ;;
  7. +    IPV6_NET_*_DEV)          
  8. +        eval res=\"\$$tin_param\"
  9. +    ;;    
  10.      IPV6_NET_*_IPADDR)
  11.          do_translate_ip6_net ${tin_param%_IPADDR}
  12.          res=${res%/*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement