zones: evpn: add disable-bridge-learning

Allow to statically register mac address in evpn,

can be useful for silent hosts
This commit is contained in:
Alexandre Derumier 2023-09-26 09:39:42 +02:00 committed by Fabian Grünbichler
parent 9a03342a87
commit e45154299d

View file

@ -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 },
@ -313,7 +314,6 @@ sub vnet_update_hook {
}
}
1;