mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
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)
15 lines
411 B
Text
15 lines
411 B
Text
# 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
|
|
::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
|