]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/static-routes6
rc.sysinit: unify modprobe calls
[projects/rc-scripts.git] / sysconfig / static-routes6
CommitLineData
26631698
JR
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
This page took 0.056722 seconds and 4 git commands to generate.