diff options
Diffstat (limited to 'conf.d/staticroute.BSD.in')
-rw-r--r-- | conf.d/staticroute.BSD.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/staticroute.BSD.in b/conf.d/staticroute.BSD.in new file mode 100644 index 00000000..47984733 --- /dev/null +++ b/conf.d/staticroute.BSD.in @@ -0,0 +1,6 @@ +# Separate multiple routes using ; or new lines. +# /etc/route.conf(5) takes precedence over this configuration. + +# Example static routes. See route(8) for syntax. +#staticroute="net 192.168.0.0 -netmask 255.255.255.0 10.73.1.1 +#net 192.168.1.0 -netmask 255.255.255.0 10.73.1.1" |