]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/static-routes
rc.sysinit: unify modprobe calls
[projects/rc-scripts.git] / sysconfig / static-routes
1 # Entry format for ip rule:
2 # <rule>
3 # Entry format for static route:
4 # <device>      <network_ip>/<network_mask_length>      <other arguments>
5 #
6 # Combined example:
7
8 #from 192.168.2.0/24 table 10
9 #eth0 default via 192.168.2.1 table 10
10 #
11 # route 10.12.0.34 via 192.168.2.3 via any interface
12 #any 10.12.0.34 via 192.168.2.3
This page took 0.035723 seconds and 3 git commands to generate.