From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001
From: Michael Biebl
+
@@ -143,6 +151,11 @@
+gboolean
+
+
+nm_setting_bridge_get_multicast_snooping ()
+
+Read / Write / Construct
+
+gboolean
+multicast-snooping
+Read / Write / Construct
+
+guint
priority
Read / Write / Construct
@@ -195,6 +208,10 @@
#define
NM_SETTING_BRIDGE_AGEING_TIME
+
@@ -398,6 +415,33 @@ nm_setting_bridge_get_ageing_time (#define
+NM_SETTING_BRIDGE_MULTICAST_SNOOPING
+ the “ageing-time” property of the setting
gboolean
+nm_setting_bridge_get_multicast_snooping
+ (NMSettingBridge *setting);
+
+
+Since: 1.2
+#define NM_SETTING_BRIDGE_AGEING_TIME "ageing-time"
#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING "multicast-snooping" ++
“multicast-snooping” property “multicast-snooping” gboolean
+Controls whether IGMP snooping is enabled for this bridge. +Note that if snooping was automatically disabled due to hash collisions, +the system may refuse to enable the feature until the collisions are +resolved.
+Flags: Read / Write / Construct
+Default value: TRUE
+Since: 1.2
+