From dfde6f078701ae1f86cfe50e37721eec59a4c02a Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 3 Jan 2012 16:45:43 -0800 Subject: Bugfix 7689: change vrrp auth_type detection 'simple' to 'plaintext-password' --- scripts/keepalived/vyatta-keepalived.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/keepalived/vyatta-keepalived.pl') diff --git a/scripts/keepalived/vyatta-keepalived.pl b/scripts/keepalived/vyatta-keepalived.pl index 5c7676ea..3911588a 100755 --- a/scripts/keepalived/vyatta-keepalived.pl +++ b/scripts/keepalived/vyatta-keepalived.pl @@ -216,7 +216,7 @@ sub keepalived_get_values { $auth_type = $config->returnValue("type"); $auth_pass = $config->returnValue("password"); if ( defined $auth_type ) { - $auth_type = "PASS" if $auth_type eq "simple"; + $auth_type = "PASS" if $auth_type eq "plaintext-password"; $auth_type = uc($auth_type); if ( !defined $auth_pass ) { next if $noerr; -- cgit v1.2.3