summaryrefslogtreecommitdiff
path: root/src/devices
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
commitf5527ecc5a6d66a55ba78faeeb1dde02b1a92e23 (patch)
treead6d91e1ce67a11aa6178595c9ce25d41d6f7563 /src/devices
parentadf377c2c0601db290ef785df4e9dce12d47f35a (diff)
downloadNetworkManager-f5527ecc5a6d66a55ba78faeeb1dde02b1a92e23.tar.gz
libnm: adjust bridge defines NM_BRIDGE_MULTICAST_HASH_MAX_*
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 05d7c8fcc5..487cd28f82 100644
--- a/src/devices/nm-device-bridge.c
+++ b/src/devices/nm-device-bridge.c
@@ -276,7 +276,7 @@ static const Option master_options[] = {
TRUE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_HASH_MAX, "hash_max",
NULL, NULL,
- NM_BR_MIN_MULTICAST_HASH_MAX, NM_BR_MAX_MULTICAST_HASH_MAX, 4096,
+ NM_BRIDGE_MULTICAST_HASH_MAX_MIN, NM_BRIDGE_MULTICAST_HASH_MAX_MAX, NM_BRIDGE_MULTICAST_HASH_MAX_DEF,
FALSE, FALSE, FALSE },
{ NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_COUNT, "multicast_last_member_count",
NULL, NULL,