From 775d56b877876dacca8939706445ce5ab3920f7d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 5 Dec 2009 21:23:39 +0000 Subject: Document multiple routes, fixes #210. --- conf.d/staticroute.BSD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'conf.d/staticroute.BSD') diff --git a/conf.d/staticroute.BSD b/conf.d/staticroute.BSD index 01e0ea35..47984733 100644 --- a/conf.d/staticroute.BSD +++ b/conf.d/staticroute.BSD @@ -1,2 +1,6 @@ -# Example static route. See route(8) for syntax. -#staticroute="net 192.168.0.0 -netmask 255.255.0.0 10.73.1.1" +# 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" -- cgit v1.2.3