]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/static-routes
- disable lock checks (happens on LUKS2 and fails during system boot)
[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