Add support for iproute2 in staticroute.

Fixes #208.
This commit is contained in:
Roy Marples
2009-12-05 20:05:43 +00:00
parent ca752a5a2d
commit 22e2a4f0a1
2 changed files with 41 additions and 15 deletions

View File

@@ -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"