On Tue, Jul 18, 2006 at 04:33:36PM -0500, Eric Pancer wrote: | Send a patch if you really want the behavior, but I'm pretty sure that's | only intended for IPv4.
The patch is already there .. check [1] | $ grep -A 2 -B 2 mygate /etc/netstart | done | | # /etc/mygate, if it exists, contains the name of my gateway host | # that name must be in /etc/hosts. | if [ -f /etc/mygate ]; then | route -qn delete default > /dev/null 2>&1 | route -qn add -host default `stripcom /etc/mygate` | fi You should a) use grep -C and b) check out 3.9 or -current ;) Cheers, Paul 'WEiRD' de Weerd [1]: http://marc.theaimsgroup.com/?l=openbsd-cvs&m=112930507105045&w=2 -- >++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+ +++++++++++>-]<.>++[<------------>-]<+.--------------.[-] http://www.weirdnet.nl/ [demime 1.01d removed an attachment of type application/pgp-signature]

