openrc/conf.d/staticroute.Linux

6 lines
221 B
Plaintext
Raw Normal View History

# Example static route. See route(8) for syntax.
2009-12-04 07:08:33 +05:30
#staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1"
# Example static route using iproute2. See ip(8) for syntax.
#staticiproute="192.168.0.0/24 via 10.73.1.1"