diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-01-19 13:00:24 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-01-19 13:00:24 +0100 |
commit | d8e0aa8081abe6ae5573219d43ec699f4b3514c7 (patch) | |
tree | ae82e47fd2788ef1ff9d950186776d76626adbcb | |
parent | 4479c11e2d13651179239620962cae7ebdc9f536 (diff) | |
download | vyatta-cfg-vpn-d8e0aa8081abe6ae5573219d43ec699f4b3514c7.tar.gz vyatta-cfg-vpn-d8e0aa8081abe6ae5573219d43ec699f4b3514c7.zip |
Remove @ from the id/remote-id help string. It was never required.
-rw-r--r-- | templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/id/node.def | 2 | ||||
-rw-r--r-- | templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/remote-id/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/id/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/id/node.def index a8f1df9..fa3e293 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/id/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/id/node.def @@ -2,4 +2,4 @@ help: ID for peer authentication type: txt syntax:expression: pattern $VAR(@) "^[[:print:]]+" ; "invalid ID \"$VAR(@)\"" -val_help: @<text>; ID used for peer authentication +val_help: <text>; ID used for peer authentication diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/remote-id/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/remote-id/node.def index e2ba16d..f77929e 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/remote-id/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/remote-id/node.def @@ -2,4 +2,4 @@ help: ID for remote authentication type: txt syntax:expression: pattern $VAR(@) "^[[:print:]]+" ; "invalid ID \"$VAR(@)\"" -val_help: @<text>; ID used for peer authentication +val_help: <text>; ID used for peer authentication |