mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
mcastmngr: Airoha multicast snooping needs to be toggled to work.
We need to flush the mdb entries when configuring multicast snooping on Airoha. This commit fixes a bug where blocking multicast snooping doesn't work.
This commit is contained in:
parent
e3be97f48e
commit
0709b46a63
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ config_sysfs_mcast_snooping() {
|
|||
|
||||
for downstream in $downstreams; do
|
||||
if device_is_bridge "$downstream"; then
|
||||
echo 0 > /sys/class/net/$downstream/bridge/multicast_snooping
|
||||
echo $snooping > /sys/class/net/$downstream/bridge/multicast_snooping
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue