]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/VlanPlugin.pm
zones : tap_plug: add support for disable bridge learning
[pve-network.git] / PVE / Network / SDN / Zones / VlanPlugin.pm
index fbfbdccf518f6e462a9a7d61dc0a9935f98b87e5..0bb6b8a50446e0cdce79464be215310f20dbf55f 100644 (file)
@@ -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 },