mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-13 11:49:11 +02:00
call interface stop handler on ifdown
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5432 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
106223e27e
commit
4c219a52f7
@ -12,6 +12,9 @@ debug "### ifdown $cfg ###"
|
||||
config_get proto "$cfg" proto
|
||||
[ -z "$proto" ] && { echo "interface not found."; exit; }
|
||||
|
||||
# call interface stop handler
|
||||
( type "stop_interface_$proto" ) >/dev/null 2>/dev/null && eval "stop_interface_$proto '$cfg'"
|
||||
|
||||
# make sure all locks are removed
|
||||
for lock in "/var/lock/dhcp-$iface" "/var/lock/ppp-$iface"; do
|
||||
[ -f "$lock" ] && {
|
||||
|
Loading…
x
Reference in New Issue
Block a user