cvs commit: src/etc/rc.d Makefile ip6addrctl

Hajimu UMEMOTO ume at FreeBSD.org
Thu Oct 30 09:55:53 PST 2003


ume         2003/10/30 09:55:52 PST

  FreeBSD src repository

  Modified files:
    etc/rc.d             Makefile 
  Added files:
    etc/rc.d             ip6addrctl 
  Log:
  install address selection policy into kernel when there is
  /etc/ip6addrctl.conf.
  following sample of ip6addrctl.conf is a good default:
  
  #Prefix       Precedence Label
  ::1/128               50     0
  ::/0                  40     1
  2002::/16             30     2
  ::/96                 20     3
  ::ffff:0:0/96         10     4
  
  Revision  Changes    Path
  1.26      +1 -1      src/etc/rc.d/Makefile
  1.1       +33 -0     src/etc/rc.d/ip6addrctl (new)


More information about the cvs-src mailing list