From a250fbfb9a95d63c4c382b1bca5483af29361bc4 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Thu, 17 May 2012 17:30:47 -0700 Subject: Adjust config parameter for new config mode value --- lib/Vyatta/Keepalived.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Vyatta/Keepalived.pm b/lib/Vyatta/Keepalived.pm index 928a269..4df589d 100755 --- a/lib/Vyatta/Keepalived.pm +++ b/lib/Vyatta/Keepalived.pm @@ -249,7 +249,7 @@ sub vrrp_get_config { if (!defined $advert_int) { $advert_int = 1; } - my $vmac_interface = $config->existsOrig("interface"); + my $vmac_interface = $config->existsOrig("rfc3768-compatibility"); if (!defined $vmac_interface) { $vmac_interface = 0; } -- cgit v1.2.3