diff options
Diffstat (limited to 'examples/udhcp/sample.bound')
-rwxr-xr-x | examples/udhcp/sample.bound | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/udhcp/sample.bound b/examples/udhcp/sample.bound index 2003526..2a95d8b 100755 --- a/examples/udhcp/sample.bound +++ b/examples/udhcp/sample.bound @@ -15,9 +15,10 @@ then do : done + metric=0 for i in $router do - /sbin/route add default gw $i dev $interface + /sbin/route add default gw $i dev $interface metric $((metric++)) done fi |