X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FAPI2%2FNetwork.pm;fp=PVE%2FAPI2%2FNetwork.pm;h=a754c0bf4db222f74bae8877b61eb0006c5ad317;hb=7942a7bb5b0ca46d64fcbc7caf689e351594a12a;hp=2d201c0ef8b09adfdc2f9dc5297da08e2333bf03;hpb=311b67c75cfd299f30817be4a8e7faec3c39e284;p=pve-manager.git diff --git a/PVE/API2/Network.pm b/PVE/API2/Network.pm index 2d201c0e..a754c0bf 100644 --- a/PVE/API2/Network.pm +++ b/PVE/API2/Network.pm @@ -110,6 +110,11 @@ my $confdesc = { optional => 1, type => 'string', enum => $bond_mode_enum, }, + 'bond-primary' => { + description => "Specify the primary interface for active-backup bond.", + optional => 1, + type => 'string', format => 'pve-iface', + }, bond_xmit_hash_policy => { description => "Selects the transmit hash policy to use for slave selection in balance-xor and 802.3ad modes.", optional => 1,