mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-08 17:58:53 +00:00
export bond_modes (define with 'our' instead of 'my')
So that other people can use that from outside.
This commit is contained in:
parent
b8246bfca7
commit
c8e5d28e29
@ -665,7 +665,7 @@ register_file('active', "/var/log/pve/tasks/active",
|
|||||||
\&write_active_workers);
|
\&write_active_workers);
|
||||||
|
|
||||||
|
|
||||||
my $bond_modes = { 'balance-rr' => 0,
|
our $bond_modes = { 'balance-rr' => 0,
|
||||||
'active-backup' => 1,
|
'active-backup' => 1,
|
||||||
'balance-xor' => 2,
|
'balance-xor' => 2,
|
||||||
'broadcast' => 3,
|
'broadcast' => 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user