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:01:24 +0100 |
commit | c17fd43333abc10cd0c9f644e2cb66b87064be00 (patch) | |
tree | bcfb6f9dac86c02c1f5d766eeee22481e16f3662 /templates | |
parent | d7a394249c54dc951b8e78d2294b9e9c50612204 (diff) | |
download | vyatta-cfg-vpn-c17fd43333abc10cd0c9f644e2cb66b87064be00.tar.gz vyatta-cfg-vpn-c17fd43333abc10cd0c9f644e2cb66b87064be00.zip |
Remove @ from the id/remote-id help string. It was never required.
Diffstat (limited to 'templates')
-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 |