diff options
Diffstat (limited to 'src/devices/nm-device-bridge.c')
-rw-r--r-- | src/devices/nm-device-bridge.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/nm-device-bridge.c b/src/devices/nm-device-bridge.c index 34b5ab7176..fb5b3d6171 100644 --- a/src/devices/nm-device-bridge.c +++ b/src/devices/nm-device-bridge.c @@ -318,6 +318,10 @@ static const Option master_options[] = { to_sysfs_multicast_router, from_sysfs_multicast_router, 0, 0, 0, FALSE, FALSE, FALSE }, + { NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT, "multicast_startup_query_count", + NULL, NULL, + 0, G_MAXUINT32, 2, + FALSE, FALSE, FALSE }, { NM_SETTING_BRIDGE_GROUP_ADDRESS, "group_addr", to_sysfs_group_address, from_sysfs_group_address, 0, 0, 0, |