aboutsummaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorGabriele Giacone <1o5g4r8o@gmail.com>2014-10-21 02:24:12 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-10-22 11:09:58 -0500
commitd8e1d9a6edf94ecac580e80e1113f4fdbdc5a23b (patch)
tree038cfcd9eeafb5b5899db8088280f6a071ad0e63 /conf.d
parent3f82edbeb9251149c6aff071d6537379af4e5eea (diff)
Add missing files for GNU/kFreeBSD
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/network.GNU-kFreeBSD.in4
-rw-r--r--conf.d/staticroute.GNU-kFreeBSD.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/network.GNU-kFreeBSD.in b/conf.d/network.GNU-kFreeBSD.in
new file mode 100644
index 00000000..9f49b81a
--- /dev/null
+++ b/conf.d/network.GNU-kFreeBSD.in
@@ -0,0 +1,4 @@
+
+# You can assign a default route
+#defaultroute="192.168.0.1"
+#defaultroute6="2001:a:b:c"
diff --git a/conf.d/staticroute.GNU-kFreeBSD.in b/conf.d/staticroute.GNU-kFreeBSD.in
new file mode 100644
index 00000000..9f541524
--- /dev/null
+++ b/conf.d/staticroute.GNU-kFreeBSD.in
@@ -0,0 +1,5 @@
+# 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"