- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Base system
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version Trunk
- Due in Version Undecided
-
Due Date
Undecided
- Private
FS#3634 - netifd: bridge: igmp_snoop should be set a default value to false
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.
I've send a patch to the patchwork. So please close this issue.