Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3634 - netifd: bridge: igmp_snoop should be set a default value to false #8744

Closed
openwrt-bot opened this issue Feb 20, 2021 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

sotux:

When check igmp_snooping for br-lan by Luci and apply settings, netifd can modify
/sys/devices/virtual/net/br-lan/bridge/multicast_snooping to "1".

Then I uncheck igmp_snooping and apply settings, the
/sys/devices/virtual/net/br-lan/bridge/multicast_snooping is still "1", not be changed to "0".

Luci just delete the igmp_snooping key from the config file. THen netifd can't find the key.
So it can't change the value of /sys/devices/virtual/net/br-lan/bridge/multicast_snooping.

I think in function bridge_apply_settings(), should add a default value for igmp_snoop.

@openwrt-bot
Copy link
Author

sotux:

I've send a patch to the patchwork. So please close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant