fixup! fixup! make respondd mesh-prtocol agnostic
This commit is contained in:
parent
898551035d
commit
1c7f01be4a
@ -3,7 +3,6 @@
|
|||||||
. /lib/functions/service.sh
|
. /lib/functions/service.sh
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
ifdown) ;;
|
|
||||||
ifup)
|
ifup)
|
||||||
/etc/init.d/gluon-respondd restart_if_running &
|
/etc/init.d/gluon-respondd restart_if_running &
|
||||||
;;
|
;;
|
||||||
|
@ -13,7 +13,7 @@ LOCK=/var/run/gluon-respondd.lock
|
|||||||
|
|
||||||
do_start() {
|
do_start() {
|
||||||
DEVS=""
|
DEVS=""
|
||||||
for dev in $( ubus call network.interface dump | jsonfilter -e "@.interface[@.proto='gluon_mesh' && @.up=true].device") br-wan br-client
|
for dev in $( ubus call network.interface dump | jsonfilter -e "@.interface[@.proto='gluon_mesh' && @.up=true].device") br-client
|
||||||
do
|
do
|
||||||
DEVS="$DEVS -i $dev"
|
DEVS="$DEVS -i $dev"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user