diff options
author | Roy Marples <roy@marples.name> | 2009-12-05 20:05:43 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-12-05 20:05:43 +0000 |
commit | 22e2a4f0a156c566f0c460c2229a19dbff4e0553 (patch) | |
tree | b84fa2396e6b422028c76ee807e76e07544e443e /conf.d | |
parent | ca752a5a2dcd097410e8d5e8df05545751b2c989 (diff) |
Add support for iproute2 in staticroute.
Fixes #208.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/staticroute.Linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/staticroute.Linux b/conf.d/staticroute.Linux index b56bd7cb..15956cd1 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" |