aboutsummaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/network.GNU.in4
-rw-r--r--conf.d/staticroute.GNU.in7
2 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/network.GNU.in b/conf.d/network.GNU.in
new file mode 100644
index 00000000..78aa412e
--- /dev/null
+++ b/conf.d/network.GNU.in
@@ -0,0 +1,4 @@
+
+# You can assign a default route
+#defaultroute="gw 192.168.0.1"
+#defaultroute6="gw 2001:a:b:c"
diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in
new file mode 100644
index 00000000..58d77e3c
--- /dev/null
+++ b/conf.d/staticroute.GNU.in
@@ -0,0 +1,7 @@
+# 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"