comgt: initialize ifname for directip
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42658
This commit is contained in:
parent
d234ad9dd9
commit
cb2642b09b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ proto_directip_setup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
logger -p daemon.info -t "directip[$$]" "Connected, starting DHCP"
|
logger -p daemon.info -t "directip[$$]" "Connected, starting DHCP"
|
||||||
proto_init_update "*" 1
|
proto_init_update "$ifname" 1
|
||||||
proto_send_update "$interface"
|
proto_send_update "$interface"
|
||||||
|
|
||||||
json_init
|
json_init
|
||||||
|
|
Loading…
Reference in a new issue