Date: Thu, 30 Oct 2003 09:46:40 -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/usr.sbin Makefile src/usr.sbin/ip6addrctl Makefile ip6addrctl.8 ip6addrctl.c ip6addrctl.conf.sample Message-ID: <200310301746.h9UHke12053140@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2003/10/30 09:46:40 PST FreeBSD src repository Modified files: usr.sbin Makefile Added files: usr.sbin/ip6addrctl Makefile ip6addrctl.8 ip6addrctl.c ip6addrctl.conf.sample Log: add ip6addrctl(8) which is a command to configure address selection policy for IPv6 and IPv4 described in RFC3484. source address selection part of RFC3484 is not merged from KAME, yet. Obtained from: KAME Revision Changes Path 1.276 +1 -0 src/usr.sbin/Makefile 1.1 +6 -0 src/usr.sbin/ip6addrctl/Makefile (new) 1.1 +120 -0 src/usr.sbin/ip6addrctl/ip6addrctl.8 (new) 1.1 +463 -0 src/usr.sbin/ip6addrctl/ip6addrctl.c (new) 1.1 +12 -0 src/usr.sbin/ip6addrctl/ip6addrctl.conf.sample (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310301746.h9UHke12053140>