[PATCH] netifd: bridge: set default value for igmp_snoop

2021-03-01 Thread sotux82
From: Zheng Qian 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'

Re: [PATCH] netifd: bridge: set default value for igmp_snoop

2021-03-01 Thread zheng qian
lticast_querier = true; > > We should probably also set multicast_querier to false here. > > Hauke From be58571536243ce592d02a33ea0ec100c133d74b Mon Sep 17 00:00:00 2001 From: Zheng Qian Date: Sat, 20 Feb 2021 15:27:30 +0800 Subject: [PATCH] netifd: bridge: set default value for igmp_snoop W

Re: [PATCH] netifd: bridge: set default value for igmp_snoop

2021-02-27 Thread Hauke Mehrtens
On 2/24/21 1:49 AM, sotu...@gmail.com wrote: From: Zheng Qian When luci unchecked the igmp snoop option for a bridge, 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". This patch will se

[PATCH] netifd: bridge: set default value for igmp_snoop

2021-02-23 Thread sotux82
From: Zheng Qian When luci unchecked the igmp snoop option for a bridge, 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". This patch will set a default value to false for the bridge optio