Oh I didn't see your posting
Quoting Bran Everseeking <bran.everseeking@sasktel.net>:
> On Mon, 26 Feb 2007 01:08:37 -0600
> Rob <rob.merritt@usask.ca> wrote:
>
> > for router in $new_routers; do
> > #usask
> > #Got this from dave Hall, tells route gw cmd where the out of band IP
> > is
> > route add -host $router dev $interface
> > #usask
> > route add default dev $interface gw $router
> > $metric_arg
> > done
>
>
> ok its late right now but I am not seeing the change between the above
> and the code from my script. glad to know that the issue is still
> drawing attention.... I hope it works out.
>
> for router in $new_routers; do
> route add -host $router dev $interface
> done
> fi
>
> for router in $new_routers; do
> route add default dev $interface gw $router $metric_arg
> done
>
> --
> "Those who do not understand Unix are condemned to reinvent it, poorly."
> (Henry Spencer, 1987)
>
> To unsubscribe, send a message with the word "unsubscribe" (without the
> quotes) in the body to linux-request@slg.org
> Archives are at http://list.slg.org/
>
Received on Mon Feb 26 07:40:57 2007
This archive was generated by hypermail 2.1.8 : Mon Feb 26 2007 - 07:41:01 CST