]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/static-routes
check vars first before checking fs objects
[projects/rc-scripts.git] / sysconfig / static-routes
CommitLineData
9d1264e0
AM
1# Entry format for ip rule:
2# <rule>
3# Entry format for static route:
b1db06c8 4# <device> <network_ip>/<network_mask_length> <other arguments>
5#
9d1264e0
AM
6# Combined example:
7
8#from 192.168.2.0/24 table 10
9#eth0 default via 192.168.2.1 table 10
edf92dcc
ER
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.13485 seconds and 4 git commands to generate.