diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-05-17 17:31:08 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-05-17 17:31:08 -0700 |
commit | 5672b96cee5b30fdf8a260730b523f3ea77e94fd (patch) | |
tree | 79bf708b41a932bdf6ae7a829676b030834916e6 /scripts | |
parent | 488f6573bdd4d1f574bf123cdd83e91839609cdc (diff) | |
download | vyatta-cfg-system-5672b96cee5b30fdf8a260730b523f3ea77e94fd.tar.gz vyatta-cfg-system-5672b96cee5b30fdf8a260730b523f3ea77e94fd.zip |
Adjust config parameter for new config mode value
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/keepalived/vyatta-keepalived.pl | 2 |
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"; } |