]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/API2/Network.pm
add support to change bond_xmit_hash_policy on linux bond devices
[pve-manager.git] / PVE / API2 / Network.pm
index 68452e62d5a0ce3537ec391ccd567721cdfb421a..739ef874f766e212f2291d05b6c5e33ed75952a7 100644 (file)
@@ -81,6 +81,12 @@ my $confdesc = {
        optional => 1,
        type => 'string', enum => $bond_mode_enum,
     },
+    bond_xmit_hash_policy => {
+       description => "Selects the transmit hash policy to use for slave selection in balance-xor and 802.3ad modes.",
+       optional => 1,
+       type => 'string', 
+       enum => ['layer2', 'layer2+3', 'layer3+4' ],
+    },
     gateway => {
        description => 'Default gateway address.',
        type => 'string', format => 'ipv4',