@@ -91,7 +91,7 @@ nmt_page_bridge_constructed (GObject *object)
|
|||||||
label = nmt_newt_label_new (_("seconds"));
|
label = nmt_newt_label_new (_("seconds"));
|
||||||
nmt_editor_grid_append (grid, _("Aging time"), widget, label);
|
nmt_editor_grid_append (grid, _("Aging time"), widget, label);
|
||||||
|
|
||||||
widget = stp = nmt_newt_checkbox_new (_("Enable IGMP snooping"));
|
widget = nmt_newt_checkbox_new (_("Enable IGMP snooping"));
|
||||||
g_object_bind_property (s_bridge, NM_SETTING_BRIDGE_MULTICAST_SNOOPING,
|
g_object_bind_property (s_bridge, NM_SETTING_BRIDGE_MULTICAST_SNOOPING,
|
||||||
widget, "active",
|
widget, "active",
|
||||||
G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
|
G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
|
||||||
|
Reference in New Issue
Block a user