X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FNetwork%2FSDN%2FZones%2FVlanPlugin.pm;fp=PVE%2FNetwork%2FSDN%2FZones%2FVlanPlugin.pm;h=0bb6b8a50446e0cdce79464be215310f20dbf55f;hb=56a9e2b3f3093a63cba35a00df3c5e5d47a433af;hp=fbfbdccf518f6e462a9a7d61dc0a9935f98b87e5;hpb=afc906a4dc90b5c6befdd0b0f46328a436ebbf2a;p=pve-network.git diff --git a/PVE/Network/SDN/Zones/VlanPlugin.pm b/PVE/Network/SDN/Zones/VlanPlugin.pm index fbfbdcc..0bb6b8a 100644 --- a/PVE/Network/SDN/Zones/VlanPlugin.pm +++ b/PVE/Network/SDN/Zones/VlanPlugin.pm @@ -25,6 +25,10 @@ sub properties { 'bridge' => { type => 'string', }, + 'bridge-disable-mac-learning' => { + type => 'boolean', + description => "Disable auto mac learning.", + } }; } @@ -33,6 +37,7 @@ sub options { return { nodes => { optional => 1}, 'bridge' => { optional => 0 }, + 'bridge-disable-mac-learning' => { optional => 1 }, mtu => { optional => 1 }, dns => { optional => 1 }, reversedns => { optional => 1 },