summaryrefslogtreecommitdiff
path: root/conf.d/staticroute.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-10-16 08:08:22 +0100
committerRoy Marples <roy@marples.name>2009-10-16 08:08:22 +0100
commitbaeb59cd2e7bc68e95c8fb3f94ecb0c7d6e54589 (patch)
tree47cea1798b9ae163d14c988df361b5ff2cfc9f16 /conf.d/staticroute.Linux
parenta4b03ead790c5b02e99c2cd5005a508bf8540150 (diff)
downloadopenrc-baeb59cd2e7bc68e95c8fb3f94ecb0c7d6e54589.tar.gz
openrc-baeb59cd2e7bc68e95c8fb3f94ecb0c7d6e54589.tar.bz2
openrc-baeb59cd2e7bc68e95c8fb3f94ecb0c7d6e54589.tar.xz
Add a new staticroute init script so that .... static routes can be configured!
Fixes Gentoo #288421.
Diffstat (limited to 'conf.d/staticroute.Linux')
-rw-r--r--conf.d/staticroute.Linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/staticroute.Linux b/conf.d/staticroute.Linux
new file mode 100644
index 0000000..e25e03f
--- /dev/null
+++ b/conf.d/staticroute.Linux
@@ -0,0 +1,2 @@
+# Example static route. See route(8) for syntax.
+staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1"