> This line in rc.conf used to work in 4.5-STABLE:
> 
> static_routes="-net 192.168.1.0 10.1.1.1 -netmask 255.255.255.0"

I can't imagine how.  That is never how the static_routes rc.conf variable 
has worked.  

see man rc.conf, what you want is something like

static_routes="mynet"
route_mynet="-net blah blah blah"



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to