diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-13 00:17:22 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-13 00:19:58 -0800 |
commit | 06f6ce408cb7a7099c763ad13e1ad527e761b75f (patch) | |
tree | 4a10391ac5cf7c44b41bd86b3aab2a994b924999 /doc/net.example.Linux.in | |
parent | ac2391e0cba6b9b19660de1a76c5609cc0d3b05e (diff) |
net/iproute2: Support routing policy for IPv6 per bug #385833
For creation of routing policy entries for IPv6, the family must be
explicitly specified to 'ip'.
X-Gentoo-Bug: 385833
X-Gentoo-Bug-URL: https://bugs.gentoo.org/385833
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'doc/net.example.Linux.in')
-rw-r--r-- | doc/net.example.Linux.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index a86eebc1..0ee83a6e 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -932,6 +932,8 @@ # /etc/iproute2/rt_tables, an example follows: # 2 oob # 3 external +# +# IPv6 RPDB entries are to be found in the rules6_IFVAR variables: #rules_eth0=" #from ZZZ.ZZZ.200.128/27 table oob priority 500 @@ -946,6 +948,11 @@ #XXX.XXX.112.0/24 dev eth1 table external scope link #default via XXX.XXX.112.1 dev eth1" +# IPv6 example: +#rules6_eth0=" +#from 2001:0DB8:AAAA:BBBB::/64 table vpn priority 100 +#to 2001:0DB8:AAAA:BBBB::/64 table vpn priority 150" + #----------------------------------------------------------------------------- # System |