summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-05 10:49:58 +0200
committerThomas Haller <thaller@redhat.com>2020-05-08 08:02:48 +0200
commitf61e354cfa00de200fd69d3eb5c14ae812b84e9a (patch)
treef7299c8e868104d6758eb0561391adad28b621bb /src
parentf5527ecc5a6d66a55ba78faeeb1dde02b1a92e23 (diff)
downloadNetworkManager-f61e354cfa00de200fd69d3eb5c14ae812b84e9a.tar.gz
libnm: adjust bridge defines NM_BRIDGE_AGEING_TIME_*
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 487cd28f82..1f71aa8395 100644
--- a/src/devices/nm-device-bridge.c
+++ b/src/devices/nm-device-bridge.c
@@ -268,7 +268,7 @@ static const Option master_options[] = {
TRUE, TRUE, TRUE },
{ NM_SETTING_BRIDGE_AGEING_TIME, "ageing_time",
NULL, NULL,
- NM_BR_MIN_AGEING_TIME, NM_BR_MAX_AGEING_TIME, 300,
+ NM_BRIDGE_AGEING_TIME_MIN, NM_BRIDGE_AGEING_TIME_MAX, NM_BRIDGE_AGEING_TIME_DEF,
TRUE, TRUE, FALSE },
{ NM_SETTING_BRIDGE_GROUP_FORWARD_MASK, "group_fwd_mask",
NULL, NULL,