From 3746e067480f6073788db7246eba8dcdc1433201 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 1 Dec 2009 14:57:59 -0800 Subject: Fix 5133: vrrp transition scripts not working properly when going to backup --- lib/Vyatta/Keepalived.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Vyatta/Keepalived.pm b/lib/Vyatta/Keepalived.pm index 6d6a153..26a0a38 100755 --- a/lib/Vyatta/Keepalived.pm +++ b/lib/Vyatta/Keepalived.pm @@ -29,6 +29,7 @@ our @EXPORT = qw(get_conf_file get_state_script get_state_file use base qw(Exporter); use Vyatta::Config; +use Vyatta::Interface; use POSIX; use strict; -- cgit v1.2.3