[pve-devel] [PATCH pve-network 3/3] zones: evpn: add disable-bridge-learning

Alexandre Derumier aderumier at odiso.com
Tue Sep 26 09:39:42 CEST 2023


Allow to statically register mac address in evpn,

can be useful for silent hosts
---
 src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/Network/SDN/Zones/EvpnPlugin.pm b/src/PVE/Network/SDN/Zones/EvpnPlugin.pm
index 5df05f9..5e9f8ec 100644
--- a/src/PVE/Network/SDN/Zones/EvpnPlugin.pm
+++ b/src/PVE/Network/SDN/Zones/EvpnPlugin.pm
@@ -90,6 +90,7 @@ sub options {
 	'exitnodes-primary' => { optional => 1 },
 	'advertise-subnets' => { optional => 1 },
 	'disable-arp-nd-suppression' => { optional => 1 },
+        'bridge-disable-mac-learning' => { optional => 1 },
 	'rt-import' => { optional => 1 },
 	'vxlan-port' => { optional => 1 },
 	mtu => { optional => 1 },
@@ -321,7 +322,6 @@ sub vnet_update_hook {
     }
 }
 
-
 1;
 
 
-- 
2.39.2





More information about the pve-devel mailing list