From c8e5d28e29a932a3729ec3396a0081080041c866 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 18 May 2016 16:49:19 +0200 Subject: [PATCH] export bond_modes (define with 'our' instead of 'my') So that other people can use that from outside. --- src/PVE/INotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2