Home | History | Annotate | Line # | Download | only in ip6addrctl
      1  1.1  christos # default policy table based on RFC 3484.
      2  1.1  christos # usage: ip6addrctl install path_to_this_file
      3  1.1  christos #
      4  1.1  christos # $FreeBSD: head/usr.sbin/ip6addrctl/ip6addrctl.conf.sample 123872 2003-12-26 17:10:58Z ume $
      5  1.1  christos #
      6  1.1  christos #Format:
      7  1.1  christos #Prefix       Precedence Label
      8  1.1  christos ::1/128               50     0 
      9  1.1  christos ::/0                  40     1 
     10  1.1  christos 2002::/16             30     2 
     11  1.1  christos ::/96                 20     3 
     12  1.1  christos ::ffff:0:0/96         10     4 
     13