Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2003 09:55:52 -0800 (PST)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/rc.d Makefile ip6addrctl
Message-ID:  <200310301755.h9UHtqwq053752@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310301755.h9UHtqwq053752>