cvs commit: src/etc/rc.d auto_linklocal
    Hiroki Sato 
    hrs at FreeBSD.org
       
    Thu Dec  7 22:34:06 PST 2006
    
    
  
hrs         2006-12-08 06:34:06 UTC
  FreeBSD src repository
  Modified files:
    etc/rc.d             auto_linklocal 
  Log:
  Add a link-local address to the lo0 even when ipv6_enable="NO".
  
  A kernel with INET6 always has ::1 on lo0, so in the case of
  ipv6_enable="NO" the lo0 can have ::1 with no link-local address.
  This is a violation of the IPv6 specification.  As a workaround for
  this situation, fe80::1 is added in rc.d/auto_linklocal when lo0 has
  no link-local address.  This should not be harmful for IPv4-only users.
  
  Revision  Changes    Path
  1.4       +5 -0      src/etc/rc.d/auto_linklocal
    
    
More information about the cvs-all
mailing list