summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2012-01-05 14:36:53 -0800
committerStephen Hemminger <shemminger@vyatta.com>2012-01-05 14:36:53 -0800
commit37ab4d1f9f40ee331c56983dd530dd9742b74260 (patch)
tree0342ee4ace78e2f924ca88fdbf7cc0538f442fcf /scripts
parent42c61e632a88446a425bf2e2f0ce3e0430e2f4bf (diff)
parent35318f42ca5b328b901c6e9d42246261db1f768e (diff)
downloadvyatta-cfg-system-37ab4d1f9f40ee331c56983dd530dd9742b74260.tar.gz
vyatta-cfg-system-37ab4d1f9f40ee331c56983dd530dd9742b74260.zip
Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard
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 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;