export bond_modes (define with 'our' instead of 'my')

So that other people can use that from outside.
This commit is contained in:
Dietmar Maurer 2016-05-18 16:49:19 +02:00
parent b8246bfca7
commit c8e5d28e29

View File

@ -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,