mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:42:04 +02: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_kill_command
|
||||
local interface="$1"
|
||||
proto_kill_command "$interface"
|
||||
}
|
||||
|
||||
add_protocol dhcp
|
||||
|
Loading…
Reference in New Issue
Block a user