]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/VnetPlugin.pm
move mtu properties to zone
[pve-network.git] / PVE / Network / SDN / VnetPlugin.pm
index d24a539f41aff4623cb7ef3f1640512d7231048e..bd612092eb410545556307dfc66fa6a269e1b81e 100644 (file)
@@ -66,11 +66,6 @@ sub properties {
             description => "alias name of the vnet",
            optional => 1,
         },
-        mtu => {
-            type => 'integer',
-            description => "mtu",
-           optional => 1,
-        },
         ipv4 => {
             description => "Anycast router ipv4 address.",
             type => 'string', format => 'CIDRv4',
@@ -96,7 +91,6 @@ sub options {
         alias => { optional => 1 },
         ipv4 => { optional => 1 },
         ipv6 => { optional => 1 },
-        mtu => { optional => 1 },
         mac => { optional => 1 },
     };
 }