diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-22 17:48:53 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-22 17:48:53 -0600 |
commit | d2601cbe512e92b4cc47122267499235d1602154 (patch) | |
tree | f6baa1eb21a8c0faccc90e610139c492a2d72f04 | |
parent | da723095ab1dc4b1a0690e73902ee51117466d39 (diff) | |
download | vyatta-cfg-vpn-d2601cbe512e92b4cc47122267499235d1602154.tar.gz vyatta-cfg-vpn-d2601cbe512e92b4cc47122267499235d1602154.zip |
fix some node.def errors
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/cert-file/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/cert-file/node.def index 1c75264..9c3a5d4 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/cert-file/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/cert-file/node.def @@ -1,2 +1,2 @@ type: txt -help: File containing the X.509 certificate for the remote access VPN server (this host) +help: File containing the X.509 certificate for this host diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/key/file/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/key/file/node.def index 0396c3e..137ba43 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/key/file/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/authentication/x509/key/file/node.def @@ -1,2 +1,2 @@ type: txt -help: File containing the private key for the X.509 certificate for the remote access VPN server (this host) +help: File containing the private key for the X.509 certificate for this host diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/local/port/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/local/port/node.def index 721e59f..d21c9d0 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/local/port/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/local/port/node.def @@ -1,6 +1,6 @@ type: txt -help: Destination port +help: Any TCP or UDP port val_help: <port name> ; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535 ; Numbered port diff --git a/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/remote/port/node.def b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/remote/port/node.def index 721e59f..d21c9d0 100644 --- a/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/remote/port/node.def +++ b/templates/vpn/ipsec/site-to-site/peer/node.tag/tunnel/node.tag/remote/port/node.def @@ -1,6 +1,6 @@ type: txt -help: Destination port +help: Any TCP or UDP port val_help: <port name> ; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535 ; Numbered port |