[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.114 and 1.115

version 1.114, 2006/06/29 17:23:28 version 1.115, 2006/11/15 06:28:33
Line 261 
Line 261 
         route -qn add -inet6 2002:0000:: -prefixlen 24 ::1 -reject > /dev/null          route -qn add -inet6 2002:0000:: -prefixlen 24 ::1 -reject > /dev/null
         route -qn add -inet6 2002:ff00:: -prefixlen 24 ::1 -reject > /dev/null          route -qn add -inet6 2002:ff00:: -prefixlen 24 ::1 -reject > /dev/null
   
           # Disallow packets without scope identifier.
           route -qn add -inet6 ff01:: -prefixlen 16 ::1 -reject > /dev/null
           route -qn add -inet6 ff02:: -prefixlen 16 ::1 -reject > /dev/null
   
         # Completely disallow packets to IPv4 compatible prefix.          # Completely disallow packets to IPv4 compatible prefix.
         # This may conflict with RFC1933 under following circumstances:          # This may conflict with RFC1933 under following circumstances:
         # (1) An IPv6-only KAME node tries to originate packets to IPv4          # (1) An IPv6-only KAME node tries to originate packets to IPv4

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115