On Mon, Mar 01, 2010 at 02:10:54AM +0100, Axel Beckert wrote: > - /sbin/route add default gw $i dev $interface metric > $((metric++)) > + /sbin/route add default gw $i dev $interface metric > $((metric=metric+1))
I currently think about why this metric argument is there anyway. The script from the isc dhcp does not set it in this case. Maybe it could just be removed. Bastian -- Kirk to Enterprise -- beam down yeoman Rand and a six-pack. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

