Interface was hardcoded, (cut/paste from the testing openwrt machine)
SVN-Revision: 2914
This commit is contained in:
parent
b5ff75c13e
commit
d83e8ab148
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ case "$1" in
|
|||
|
||||
if [ -n "$router" ] ; then
|
||||
|
||||
if [ "$router" != "$(route -n | grep '^0.0.0.0' | grep vlan1 | awk '{ print $2 }')" ] ; then
|
||||
if [ "$router" != "$(route -n | grep '^0.0.0.0' | grep $interface | awk '{ print $2 }')" ] ; then
|
||||
echo "deleting routers"
|
||||
while route del default gw 0.0.0.0 dev $interface ; do :; done
|
||||
for i in $router ; do
|
||||
|
|
Loading…
Reference in a new issue