On Tue, 2006-07-18 at 17:13:30 -0400, Will H. Backman wrote...

> Yes, that does work, but I'm curious if /etc/mygate should work.  I 
> usually use /etc/mygate for IPv4, so I'm inclined to use it for IPv6 also.

Send a patch if you really want the behavior, but I'm pretty sure that's
only intended for IPv4.

$ 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

- Eric

Reply via email to