summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/keepalived/vyatta-keepalived.pl2
1 files changed, 1 insertions, 1 deletions
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";
}