From 22e2a4f0a156c566f0c460c2229a19dbff4e0553 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 5 Dec 2009 20:05:43 +0000 Subject: Add support for iproute2 in staticroute. Fixes #208. --- conf.d/staticroute.Linux | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.d/staticroute.Linux') 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" -- cgit v1.2.3