mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
mcastmgr: remove outdated comment
This commit is contained in:
parent
9cdba3b3e0
commit
09b8975174
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ device_has_ip() {
|
||||||
# Read the openwrt interface for the device.
|
# Read the openwrt interface for the device.
|
||||||
# Device can have multiple logical interfaces like wan and wan6
|
# Device can have multiple logical interfaces like wan and wan6
|
||||||
# but same l3 device
|
# but same l3 device
|
||||||
# NB. Don't use 'get_network_of' here.
|
|
||||||
# This function fails in some uci configurations for interfaces that refer
|
|
||||||
# to a device indirectly.
|
|
||||||
local ifaces=$(ubus call network.interface dump | jsonfilter -e "@.interface[@.device='$device'].interface")
|
local ifaces=$(ubus call network.interface dump | jsonfilter -e "@.interface[@.device='$device'].interface")
|
||||||
for iface in $ifaces; do
|
for iface in $ifaces; do
|
||||||
local ip=
|
local ip=
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue