mirror of https://github.com/hak5/openwrt-owl.git
parent
11397a5f75
commit
d7522444d2
|
@ -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