diff options
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" |