GNOME Bugzilla – Bug 744853
Add support for multicast_snooping option for bridges
Last modified: 2015-03-02 08:47:59 UTC
There are requests for NetworkManager to support multicast_snooping option, see e.g. [1] or [2]. The documentation for the option is here [3]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1046074 [2] http://blog.shlrm.org/blog/2013/04/18/multicast-snooping-is-bad/ [3] http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge#Snooping
I have written the code to handle the option. See NetworkManager repository branch jk/bridge-mcast-snoop-bgo744853.
LGTM
LGTM too
Merged to master: af50945 merge: add 'multicast_snooping' bridge option to NetworkManager (bgo #744853) 591908c nmcli: add support for bridge multicast-snooping property dead766 keyfile: update testcase for multicast-snooping property b9c79de ifcfg-rh: read/write multicast-snooping property 1252386 device: add multicast-snooping option support 11efde3 libnm-core: add multicast-snooping property to bridge setting
Re-opening for nm-connection-editor support of IGMP snooping. See network-manager-applet's jk/editor-bridge-igmp-snoop-bgo744853 branch.
jk/editor-bridge-igmp-snoop-bgo744853 looks good to me and seems to work OK from a quick test.
(In reply to Dan Williams from comment #6) > jk/editor-bridge-igmp-snoop-bgo744853 looks good to me and seems to work OK > from a quick test. Pushed to network-manager-applet's master: 5548897 editor: allow setting multicast_snooping option for bridges (bgo #744853)
Also added the option to nmtui: cdc8bd1 tui: add "Enable IGMP snooping" to bridge editor (bgo #744853)