Skip to content

Commit

Permalink
ip6addrctl: Update the sample configuration file
Browse files Browse the repository at this point in the history
Update the sample ip6addrctl.conf.sample file to match the default
policy, currently based on RFC 6724.
  • Loading branch information
jlduran committed Aug 11, 2024
1 parent 635d61f commit 9c3dc6b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions usr.sbin/ip6addrctl/ip6addrctl.conf.sample
Original file line number Diff line number Diff line change
@@ -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
#Prefix Prec Label
::1/128 50 0
::/0 40 1
::ffff:0.0.0.0/96 100 4
2002::/16 30 2
2001::/32 5 5
fc00::/7 3 13
::/96 1 3
fec0::/10 1 11
3ffe::/16 1 12

Check warning on line 15 in usr.sbin/ip6addrctl/ip6addrctl.conf.sample

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line

0 comments on commit 9c3dc6b

Please sign in to comment.