mirror of https://github.com/hak5/openwrt-owl.git
comgt: initialize ifname for directip
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42658owl
parent
d234ad9dd9
commit
cb2642b09b
|
@ -66,7 +66,7 @@ proto_directip_setup() {
|
|||
}
|
||||
|
||||
logger -p daemon.info -t "directip[$$]" "Connected, starting DHCP"
|
||||
proto_init_update "*" 1
|
||||
proto_init_update "$ifname" 1
|
||||
proto_send_update "$interface"
|
||||
|
||||
json_init
|
||||
|
|
Loading…
Reference in New Issue