mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-04 00:13:21 +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);
|
||||
|
||||
|
||||
my $bond_modes = { 'balance-rr' => 0,
|
||||
our $bond_modes = { 'balance-rr' => 0,
|
||||
'active-backup' => 1,
|
||||
'balance-xor' => 2,
|
||||
'broadcast' => 3,
|
||||
|
Loading…
Reference in New Issue
Block a user