libnm: adjust bridge defines NM_BRIDGE_PORT_PATH_COST_*

This commit is contained in:
Thomas Haller
2020-05-05 11:53:18 +02:00
parent a7421f8bf2
commit 4c3691e52e
3 changed files with 6 additions and 5 deletions

View File

@@ -99,8 +99,9 @@
#define NM_BRIDGE_PORT_PRIORITY_DEF 32u
#define NM_BRIDGE_PORT_PRIORITY_MAX 63u
#define NM_BR_PORT_MAX_PATH_COST 65535
#define NM_BR_PORT_DEF_PATH_COST 100
#define NM_BRIDGE_PORT_PATH_COST_MIN 0u
#define NM_BRIDGE_PORT_PATH_COST_DEF 100u
#define NM_BRIDGE_PORT_PATH_COST_MAX 65535u
#define NM_BRIDGE_MULTICAST_HASH_MAX_MIN 1u
#define NM_BRIDGE_MULTICAST_HASH_MAX_DEF 4096u