]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/static-routes6
- from PLD
[rc-scripts.git] / sysconfig / static-routes6
1 # IPv6 specific rules and routes
2
3 # Entry format for ip rule:
4 # <rule>
5 # Entry format for static route:
6 # <device>      <network_ip>/<network_mask_length>      <other arguments>
7 #
8 # Combined example:
9
10 #from fec0:2::/32 table 10
11 #eth0 default via fec0:2::1 table 10
12 #
13 # route fec0:12::34 via fec0:2::3 via any interface
14 #any fec0:12::34 via fec0:2::3