summaryrefslogtreecommitdiff
path: root/conf.d/staticroute.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/staticroute.Linux')
-rw-r--r--conf.d/staticroute.Linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/staticroute.Linux b/conf.d/staticroute.Linux
index b56bd7c..15956cd 100644
--- a/conf.d/staticroute.Linux
+++ b/conf.d/staticroute.Linux
@@ -1,2 +1,5 @@
# Example static route. See route(8) for syntax.
#staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1"
+
+# Example static route using iproute2. See ip(8) for syntax.
+#staticiproute="192.168.0.0/24 via 10.73.1.1"