1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

fix typos in ifdown (patch from #1319)

SVN-Revision: 6272
This commit is contained in:
Felix Fietkau 2007-02-06 01:02:30 +00:00
parent 0637295704
commit 271a77fa90

@ -43,11 +43,11 @@ done
rm -f /var/run/${ifname}.pid /var/run/ppp-${cfg}.pid
config_get ifname "$cfg" ifname
config_get device "$cfg" ifname
config_get device "$cfg" device
[ ."$device" != ."$ifname" ] || device=
for dev in $ifname $device; do
ifconfig "$ifname" 0.0.0.0 down >/dev/null 2>/dev/null
ifconfig "$dev" 0.0.0.0 down >/dev/null 2>/dev/null
done
config_get iftype "$cfg" type