summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-05 13:09:23 +0200
committerThomas Haller <thaller@redhat.com>2020-05-08 08:02:50 +0200
commit96bb90a1ef5a2d54b4f2509a11f49708d16a5d7a (patch)
tree5327e490977e650c6676a28cd93cfaefdcaafe2d /src
parent0db1d28e6d5df0c1bc91bd92718fb9ee71144268 (diff)
downloadNetworkManager-96bb90a1ef5a2d54b4f2509a11f49708d16a5d7a.tar.gz
libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_USE_IFADDR_DEF
Diffstat (limited to 'src')
-rw-r--r--src/devices/nm-device-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-bridge.c b/src/devices/nm-device-bridge.c
index b7c9a358c5..4e74d1d72f 100644
--- a/src/devices/nm-device-bridge.c
+++ b/src/devices/nm-device-bridge.c
@@ -308,7 +308,7 @@ static const Option master_options[] = {
FALSE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR, "multicast_query_use_ifaddr",
NULL, NULL,
- 0, 1, 0,
+ FALSE, TRUE, NM_BRIDGE_MULTICAST_QUERY_USE_IFADDR_DEF,
FALSE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_SNOOPING, "multicast_snooping",
NULL, NULL,