Date: Sun, 22 Sep 2024 13:53:53 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0e1363eda10b - stable/14 - ip6addrctl: Update the sample configuration file Message-ID: <202409221353.48MDrrrj044315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0e1363eda10be305cf29165bfebec0a1b9c3964e commit 0e1363eda10be305cf29165bfebec0a1b9c3964e Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2024-08-11 03:06:12 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-09-22 13:46:36 +0000 ip6addrctl: Update the sample configuration file Update the sample ip6addrctl.conf.sample file to match the default policy, currently based on RFC 6724. MFC after: 3 days Signed-off-by: Jose Luis Duran <jlduran@gmail.com> Reviewed by: imp, glebius Pull Request: https://github.com/freebsd/freebsd-src/pull/1375 (cherry picked from commit 6bfbfc8f4fdc6ccd200541ef738a90d1be3c1ab7) --- usr.sbin/ip6addrctl/ip6addrctl.conf.sample | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/usr.sbin/ip6addrctl/ip6addrctl.conf.sample b/usr.sbin/ip6addrctl/ip6addrctl.conf.sample index edcf77553f14..59c1f3db47e0 100644 --- a/usr.sbin/ip6addrctl/ip6addrctl.conf.sample +++ b/usr.sbin/ip6addrctl/ip6addrctl.conf.sample @@ -1,11 +1,15 @@ -# default policy table based on RFC 3484. +# default policy table based on RFC 6724. # usage: ip6addrctl install path_to_this_file # # #Format: #Prefix Precedence Label -::1/128 50 0 -::/0 40 1 -2002::/16 30 2 -::/96 20 3 -::ffff:0:0/96 10 4 +::1/128 50 0 +::/0 40 1 +::ffff:0:0/96 35 4 +2002::/16 30 2 +2001::/32 5 5 +fc00::/7 3 13 +::/96 1 3 +fec0::/10 1 11 +3ffe::/16 1 12
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409221353.48MDrrrj044315>