diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-12-01 16:52:43 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-12-01 16:52:43 -0800 |
commit | 2f4664d6eba6b13b080844637ac13fef424fbde5 (patch) | |
tree | e50b1c2cf2e6f4bc8b4521f054c474dd950eaa93 | |
parent | c592d618c029609b7080100de639f4ccab1f680a (diff) | |
parent | 1cf6abc74c18a9d615c960910dc27826d20c270e (diff) | |
download | vyatta-cfg-2f4664d6eba6b13b080844637ac13fef424fbde5.tar.gz vyatta-cfg-2f4664d6eba6b13b080844637ac13fef424fbde5.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | lib/Vyatta/Keepalived.pm | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bbc6f63..c81e29c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-cfg (0.15.43) unstable; urgency=low + + * Fix 5133: vrrp transition scripts not working properly when going to + backup + + -- Stig Thormodsrud <stig@vyatta.com> Tue, 01 Dec 2009 14:58:45 -0800 + vyatta-cfg (0.15.42) unstable; urgency=low [ Stephen Hemminger ] 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; |