1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-05 22:28:14 +03:00

Interface was hardcoded, (cut/paste from the testing openwrt machine)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-01-11 16:32:33 +00:00
parent 0a69d8341c
commit 275d53e4fe

View File

@ -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