summaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-05 12:34:26 +0200
committerThomas Haller <thaller@redhat.com>2020-05-08 08:02:50 +0200
commitec9e58ee0143c6d835df107d9578ab254ae1aa72 (patch)
treed270658cefa3e1941c6c7846f83663cb3c4701e1 /src/devices
parent769b176263123faded0ac9e2aef770299806f2fa (diff)
downloadNetworkManager-ec9e58ee0143c6d835df107d9578ab254ae1aa72.tar.gz
libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_*
Diffstat (limited to 'src/devices')
-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 1926197ed7..15c0ce702f 100644
--- a/src/devices/nm-device-bridge.c
+++ b/src/devices/nm-device-bridge.c
@@ -284,7 +284,7 @@ static const Option master_options[] = {
FALSE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL, "multicast_last_member_interval",
NULL, NULL,
- 0, G_MAXUINT64, 100,
+ NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_MIN, NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_MAX, NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_DEF,
FALSE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL, "multicast_membership_interval",
NULL, NULL,