-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip6addrctl: Update the sample configuration file
Update the sample ip6addrctl.conf.sample file to match the default policy, currently based on RFC 6724.
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||