On Wed, May 23, 2007 at 12:30:24PM -0700, Sean Clarke wrote: > I add a static route to a host using the following command: > > route add -host x.x.x.x y.y.y.y -static > > I would like that to be added automatically on boot up.
In Nevada (and possibly one of the S10 updates), there's the -p flag to
route(1m):
route -p add -host x.x.x.x y.y.y.y
That should do the trick.
Dan
_______________________________________________
networking-discuss mailing list
[email protected]
