netifd: bridge: set default value for igmp_snoop
authorZheng Qian <sotux82@gmail.com>
Tue, 2 Mar 2021 01:36:51 +0000 (09:36 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 3 Apr 2021 15:08:31 +0000 (17:08 +0200)
commitf8899b9ba4caa99ac64d3c1abac48ccb1421bd79
tree46f8d22710d43586d9e7d134799fcd7288b2c349
parentc84f3b02fced9dd6752a90ca466ada0aabb38224
netifd: bridge: set default value for igmp_snoop

When unchecked the igmp snoop option for a bridge by luci, it
just delete the igmp_snooping key from the config file.
So netifd can't change /sys/devices/virtual/net/br-lan/bridge/multicast_snooping from "1" to "0".

Option multicast_querier seems no input entry in luci, but it's
an related option.

This patch will set a default value to false for the bridge
option to fix this bug.

Signed-off-by: Zheng Qian <sotux82@gmail.com>
bridge.c