igmpproxy: do not attempt to ifstatus error messages as json
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43660
This commit is contained in:
parent
f48b7aa6e4
commit
8afce572b7
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@ igmp_add_phyint() {
|
||||||
config_get direction $1 direction
|
config_get direction $1 direction
|
||||||
config_get altnets $1 altnet
|
config_get altnets $1 altnet
|
||||||
|
|
||||||
json_load "$(ifstatus $network)"
|
local status="$(ubus -S call "network.interface.$network" status)"
|
||||||
|
[ -n "$status" ] || return
|
||||||
|
|
||||||
|
json_load "$status"
|
||||||
json_get_var device l3_device
|
json_get_var device l3_device
|
||||||
json_get_var up up
|
json_get_var up up
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue