From 5672b96cee5b30fdf8a260730b523f3ea77e94fd Mon Sep 17 00:00:00 2001 From: John Southworth Date: Thu, 17 May 2012 17:31:08 -0700 Subject: Adjust config parameter for new config mode value --- scripts/keepalived/vyatta-keepalived.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/keepalived/vyatta-keepalived.pl b/scripts/keepalived/vyatta-keepalived.pl index 60b02608..3674b8b5 100755 --- a/scripts/keepalived/vyatta-keepalived.pl +++ b/scripts/keepalived/vyatta-keepalived.pl @@ -147,7 +147,7 @@ sub keepalived_get_values { my $use_vmac = 0; my $transition_intf = $intf; - if ( $config->exists("interface") ) { + if ( $config->exists("rfc3768-compatibility") ) { $use_vmac = 1; $transition_intf = "$intf"."v"."$group"; } -- cgit v1.2.3