diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-10 19:59:55 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-06-10 19:59:55 +0200 |
commit | 1341980cb39e453b4b74f0a46da93db142459fca (patch) | |
tree | 98218b70a950ce6ef3e180db02167934f6a440f7 | |
parent | f4d4648472bb6b58627907e3e07d4b9ae0b669ac (diff) | |
download | vyos-1x-1341980cb39e453b4b74f0a46da93db142459fca.tar.gz vyos-1x-1341980cb39e453b4b74f0a46da93db142459fca.zip |
nhrp: T4460: update error message for cisco-authentication password length
-rw-r--r-- | interface-definitions/protocols-nhrp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/protocols-nhrp.xml.in b/interface-definitions/protocols-nhrp.xml.in index 32aef40e7..66ed26cd2 100644 --- a/interface-definitions/protocols-nhrp.xml.in +++ b/interface-definitions/protocols-nhrp.xml.in @@ -30,7 +30,7 @@ <constraint> <regex>[^[:space:]]{1,8}</regex> </constraint> - <constraintErrorMessage>Password must be 8 characters or less and not null</constraintErrorMessage> + <constraintErrorMessage>Password should contain up to eight non-whitespace characters</constraintErrorMessage> </properties> </leafNode> <tagNode name="dynamic-map"> |