mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 12:19:11 +00:00
api2: network: add bond-primary option
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
311b67c75c
commit
7942a7bb5b
@ -110,6 +110,11 @@ my $confdesc = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string', enum => $bond_mode_enum,
|
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 => {
|
bond_xmit_hash_policy => {
|
||||||
description => "Selects the transmit hash policy to use for slave selection in balance-xor and 802.3ad modes.",
|
description => "Selects the transmit hash policy to use for slave selection in balance-xor and 802.3ad modes.",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user