From: Dietmar Maurer Date: Wed, 18 May 2016 14:49:19 +0000 (+0200) Subject: export bond_modes (define with 'our' instead of 'my') X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=c8e5d28e29a932a3729ec3396a0081080041c866 export bond_modes (define with 'our' instead of 'my') So that other people can use that from outside. --- diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index b6749d3..8cc00f8 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -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,