Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 10:34:29 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        FreeBSD Questions <fbsdq@daedalus.varidyne.com>
Cc:        stable@FreeBSD.ORG
Subject:   Re: static routes broken in 4.6-PRE ? 
Message-ID:  <200205170034.KAA29281@lightning.itga.com.au>
In-Reply-To: Your message of Thu, 16 May 2002 19:04:06 -0500.

next in thread | raw e-mail | index | archive | help
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205170034.KAA29281>