From ddfccf438fefe89fad356e9010874ac7c78813e5 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Fri, 6 Mar 2009 18:10:37 -0800 Subject: Specify source address with arping since we no longer require an IP address on the actual interface. --- lib/Vyatta/Keepalived.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Vyatta') diff --git a/lib/Vyatta/Keepalived.pm b/lib/Vyatta/Keepalived.pm index 00a14f95..2c6b2b28 100755 --- a/lib/Vyatta/Keepalived.pm +++ b/lib/Vyatta/Keepalived.pm @@ -12,7 +12,7 @@ # General Public License for more details. # # This code was originally developed by Vyatta, Inc. -# Portions created by Vyatta are Copyright (C) 2007 Vyatta, Inc. +# Portions created by Vyatta are Copyright (C) 2007-2009 Vyatta, Inc. # All Rights Reserved. # # Author: Stig Thormodsrud @@ -24,7 +24,8 @@ package Vyatta::Keepalived; our @EXPORT = qw(get_conf_file get_state_script get_state_file vrrp_log vrrp_get_init_state get_changes_file - start_daemon restart_daemon stop_daemon); + start_daemon restart_daemon stop_daemon + vrrp_get_config); use base qw(Exporter); use Vyatta::Config; -- cgit v1.2.3