mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 19:28:04 +02:00
platform: fix default for bridge setting "mcast_snooping"
The value defaults to TRUE. Also, use the #define for it.
Fixes: 58847f85a4 ('platform: use netlink for configuring bridge settings'):
This commit is contained in:
parent
a3d57721e6
commit
fdef0e8c62
1 changed files with 1 additions and 1 deletions
|
|
@ -5393,7 +5393,7 @@ const NMPlatformLnkBridge nm_platform_lnk_bridge_default = {
|
|||
.vlan_stats_enabled = FALSE,
|
||||
.group_fwd_mask = 0,
|
||||
.group_addr = NM_ETHER_ADDR_INIT (NM_BRIDGE_GROUP_ADDRESS_DEF_BIN),
|
||||
.mcast_snooping = FALSE,
|
||||
.mcast_snooping = NM_BRIDGE_MULTICAST_SNOOPING_DEF,
|
||||
.mcast_router = 1,
|
||||
.mcast_query_use_ifaddr = FALSE,
|
||||
.mcast_querier = FALSE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue