conf.d: remove staticroute file fragments
This commit is contained in:
parent
35e8386c24
commit
2984504c88
@ -1,6 +0,0 @@
|
||||
# Separate multiple routes using ; or new lines.
|
||||
# /etc/route.conf(5) takes precedence over this configuration.
|
||||
|
||||
# Example static routes. See route(8) for syntax.
|
||||
#staticroute="net 192.168.0.0 -netmask 255.255.255.0 10.73.1.1
|
||||
#net 192.168.1.0 -netmask 255.255.255.0 10.73.1.1"
|
@ -1,5 +0,0 @@
|
||||
# Separate multiple routes using ; or new lines.
|
||||
|
||||
# Example static routes. See route(8) for syntax.
|
||||
#staticroute="net 192.168.0.0 10.73.1.1 netmask 255.255.255.0
|
||||
#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0"
|
@ -1,7 +0,0 @@
|
||||
# Separate multiple routes using ; or new lines.
|
||||
# /etc/route.conf(5) takes precedence over this configuration.
|
||||
|
||||
# Example static routes. See route(8) for syntax.
|
||||
# FIXME: "net ..." not supported
|
||||
#staticroute="net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1
|
||||
#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1"
|
@ -1,8 +0,0 @@
|
||||
# Separate multiple routes using ; or new lines.
|
||||
|
||||
# Example static routes. See route(8) for syntax.
|
||||
#staticroute="net 192.168.0.0 netmask 255.255.255.0 gw 10.73.1.1
|
||||
#net 192.168.1.0 netmask 255.255.255.0 gw 10.73.1.1"
|
||||
|
||||
# Example static routes using iproute2. See ip(8) for syntax.
|
||||
#staticiproute="192.168.0.0/24 via 10.73.1.1; 192.168.1.0/24 via 10.73.1.1"
|
Loading…
Reference in New Issue
Block a user