mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-07 08:07:30 +03:00
netifd: fix "Command failed: Not found" error with dhcp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31863 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00d5b5d73f
commit
d99899b1fc
@ -40,7 +40,8 @@ proto_dhcp_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proto_dhcp_teardown() {
|
proto_dhcp_teardown() {
|
||||||
proto_kill_command
|
local interface="$1"
|
||||||
|
proto_kill_command "$interface"
|
||||||
}
|
}
|
||||||
|
|
||||||
add_protocol dhcp
|
add_protocol dhcp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user