diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 11:35:12 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 11:46:55 -0500 |
commit | 2984504c887afc9a36610eb7c20b097f7d1e70d0 (patch) | |
tree | 8196ce255d247b3346d5b4f6d7e486895370966e | |
parent | 35e8386c24df6483f2918979dae150421f7151df (diff) |
conf.d: remove staticroute file fragments
-rw-r--r-- | conf.d/staticroute.BSD.in | 6 | ||||
-rw-r--r-- | conf.d/staticroute.GNU-kFreeBSD.in | 5 | ||||
-rw-r--r-- | conf.d/staticroute.GNU.in | 7 | ||||
-rw-r--r-- | conf.d/staticroute.Linux.in | 8 |
4 files changed, 0 insertions, 26 deletions
diff --git a/conf.d/staticroute.BSD.in b/conf.d/staticroute.BSD.in deleted file mode 100644 index 47984733..00000000 --- a/conf.d/staticroute.BSD.in +++ /dev/null @@ -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" diff --git a/conf.d/staticroute.GNU-kFreeBSD.in b/conf.d/staticroute.GNU-kFreeBSD.in deleted file mode 100644 index 9f541524..00000000 --- a/conf.d/staticroute.GNU-kFreeBSD.in +++ /dev/null @@ -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" diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in deleted file mode 100644 index 58d77e3c..00000000 --- a/conf.d/staticroute.GNU.in +++ /dev/null @@ -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" diff --git a/conf.d/staticroute.Linux.in b/conf.d/staticroute.Linux.in deleted file mode 100644 index 68d22eb4..00000000 --- a/conf.d/staticroute.Linux.in +++ /dev/null @@ -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" |