mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fixed igmp over pppoe
This commit is contained in:
parent
b76d2ee06a
commit
2d569ff935
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ mcpd_configure() {
|
|||
|
||||
for proxif in $igmp_proxy_interfaces; do
|
||||
json_load "$(ifstatus $proxif)"
|
||||
json_get_var device device
|
||||
json_get_var device l3_device
|
||||
case "$device" in
|
||||
br-*)
|
||||
bridged=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue