summaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-04-21 17:35:51 +0200
committerAntonio Cardace <acardace@redhat.com>2020-05-04 17:33:00 +0200
commit9842c55503fe5a986bde2e0579d22a62c647b8a7 (patch)
tree25133c0b07d6e0bbdd2594b22f86abd514a14e80 /src/devices
parentb9b9a95395b19b2d8176c1cbebb9aab693ef8027 (diff)
downloadNetworkManager-9842c55503fe5a986bde2e0579d22a62c647b8a7.tar.gz
nm-setting-bridge: add 'multicast-query-interval' bridge option
https://bugzilla.redhat.com/show_bug.cgi?id=1755768
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/nm-device-bridge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/nm-device-bridge.c b/src/devices/nm-device-bridge.c
index cab1706112..2faf4ec8ef 100644
--- a/src/devices/nm-device-bridge.c
+++ b/src/devices/nm-device-bridge.c
@@ -298,6 +298,10 @@ static const Option master_options[] = {
NULL, NULL,
0, G_MAXUINT64, 25500,
FALSE, FALSE, FALSE },
+ { NM_SETTING_BRIDGE_MULTICAST_QUERY_INTERVAL, "multicast_query_interval",
+ NULL, NULL,
+ 0, G_MAXUINT64, 12500,
+ FALSE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR, "multicast_query_use_ifaddr",
NULL, NULL,
0, 1, 0,