diff options
author | Thomas Haller <thaller@redhat.com> | 2020-05-05 10:49:58 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-05-08 08:02:48 +0200 |
commit | f61e354cfa00de200fd69d3eb5c14ae812b84e9a (patch) | |
tree | f7299c8e868104d6758eb0561391adad28b621bb /src/devices | |
parent | f5527ecc5a6d66a55ba78faeeb1dde02b1a92e23 (diff) | |
download | NetworkManager-f61e354cfa00de200fd69d3eb5c14ae812b84e9a.tar.gz |
libnm: adjust bridge defines NM_BRIDGE_AGEING_TIME_*
Diffstat (limited to 'src/devices')
-rw-r--r-- | src/devices/nm-device-bridge.c | 2 |
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, |