From cb3ee94fd5e082b139ce6bfeee6130af195a6651 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sun, 13 Jul 2008 14:25:20 -0700 Subject: Fix 3460: vrrp authentication error msg is wrong --- .../node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def | 6 +++--- .../node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def index b531afee..7155495d 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def @@ -1,7 +1,7 @@ type: txt help: Set authentication type syntax:expression: $VAR(@) in "plaintext-password", "ah"; \ - "authentication must be simple or ah" + "authentication must be plaintext-password or ah" comp_help: possible completions: - plaintext-password Set plain text password mode - ah Set IP Authentication Header mode + plaintext-password Set plain text password mode + ah Set IP Authentication Header mode diff --git a/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def b/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def index 1547d62c..687c6af6 100644 --- a/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def +++ b/templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/authentication/type/node.def @@ -1,7 +1,7 @@ type: txt help: Set authentication type syntax:expression: $VAR(@) in "plaintext-password", "ah"; \ - "authentication must be simple or ah" + "authentication must be plaintext-password or ah" comp_help: possible completions: - plaintext-password Set plain text password mode - ah Set IP Authentication Header mode + plaintext-password Set plain text password mode + ah Set IP Authentication Header mode -- cgit v1.2.3