mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
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:
parent
9a03342a87
commit
e45154299d
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue