diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-07-20 17:04:10 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-07-20 17:04:10 -0700 |
commit | d38e65c3f74e12c141c587cbf5284421091516b5 (patch) | |
tree | a8a1953fb297fbbb36bc7fb5e37967f57d514d8c /templates-cfg | |
parent | 138712c475f326dcba68935140f6f840c6b7c90f (diff) | |
download | vyatta-nat-d38e65c3f74e12c141c587cbf5284421091516b5.tar.gz vyatta-nat-d38e65c3f74e12c141c587cbf5284421091516b5.zip |
Clean up helps strings for NAT.
Diffstat (limited to 'templates-cfg')
21 files changed, 21 insertions, 21 deletions
diff --git a/templates-cfg/service/nat/node.def b/templates-cfg/service/nat/node.def index dfc1f09..d59482f 100644 --- a/templates-cfg/service/nat/node.def +++ b/templates-cfg/service/nat/node.def @@ -1,3 +1,3 @@ priority: 220 -help: Configure Network Address Translation (NAT) parameters +help: Network Address Translation (NAT) parameters end:expression: "sudo /opt/vyatta/sbin/vyatta-update-nat.pl" diff --git a/templates-cfg/service/nat/rule/node.def b/templates-cfg/service/nat/rule/node.def index 7ddc10d..d9b5687 100644 --- a/templates-cfg/service/nat/rule/node.def +++ b/templates-cfg/service/nat/rule/node.def @@ -1,4 +1,4 @@ tag: type: u32 -help: Set rule number for NAT +help: Rule number for NAT syntax:expression: ($VAR(@) > 0 && $VAR(@) < 10000) ; "rule number must be between 1 and 9999" diff --git a/templates-cfg/service/nat/rule/node.tag/description/node.def b/templates-cfg/service/nat/rule/node.tag/description/node.def index 9c0c2bb..dd2f535 100644 --- a/templates-cfg/service/nat/rule/node.tag/description/node.def +++ b/templates-cfg/service/nat/rule/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Set rule description +help: Rule description diff --git a/templates-cfg/service/nat/rule/node.tag/destination/address/node.def b/templates-cfg/service/nat/rule/node.tag/destination/address/node.def index 7b67f2b..d679092 100644 --- a/templates-cfg/service/nat/rule/node.tag/destination/address/node.def +++ b/templates-cfg/service/nat/rule/node.tag/destination/address/node.def @@ -1,5 +1,5 @@ type: txt -help: Set destination IP address, subnet, or range +help: Destination IP address, subnet, or range comp_help: Possible completions: <x.x.x.x> IP address to match <x.x.x.x/x> Subnet to match diff --git a/templates-cfg/service/nat/rule/node.tag/destination/node.def b/templates-cfg/service/nat/rule/node.tag/destination/node.def index 36d6b91..8fc8e75 100644 --- a/templates-cfg/service/nat/rule/node.tag/destination/node.def +++ b/templates-cfg/service/nat/rule/node.tag/destination/node.def @@ -1 +1 @@ -help: Set NAT destination parameters +help: NAT destination parameters diff --git a/templates-cfg/service/nat/rule/node.tag/destination/port/node.def b/templates-cfg/service/nat/rule/node.tag/destination/port/node.def index 65170b2..8989f99 100644 --- a/templates-cfg/service/nat/rule/node.tag/destination/port/node.def +++ b/templates-cfg/service/nat/rule/node.tag/destination/port/node.def @@ -1,5 +1,5 @@ type: txt -help: Set destination port +help: Destination port comp_help: Destination port(s) can be specified as a comma-separated list of: <port name> Named port (any name in /etc/services, e.g., http) <1-65535> Numbered port diff --git a/templates-cfg/service/nat/rule/node.tag/exclude/node.def b/templates-cfg/service/nat/rule/node.tag/exclude/node.def index 3c624ae..3fc118a 100644 --- a/templates-cfg/service/nat/rule/node.tag/exclude/node.def +++ b/templates-cfg/service/nat/rule/node.tag/exclude/node.def @@ -1 +1 @@ -help: Set to exclude packets matching this rule from NAT +help: Exclude packets matching this rule from NAT diff --git a/templates-cfg/service/nat/rule/node.tag/inbound-interface/node.def b/templates-cfg/service/nat/rule/node.tag/inbound-interface/node.def index a33360b..46bb2db 100644 --- a/templates-cfg/service/nat/rule/node.tag/inbound-interface/node.def +++ b/templates-cfg/service/nat/rule/node.tag/inbound-interface/node.def @@ -1,5 +1,5 @@ type: txt -help: Set inbound interface of NAT traffic +help: Inbound interface of NAT traffic enumeration: existing-interfaces comp_help:Enter a network interface name, for example, "eth0" commit:expression: exec " diff --git a/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def b/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def index 5786af9..d79dd47 100644 --- a/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def +++ b/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def @@ -1,5 +1,5 @@ type: txt -help: Set inside IP address or range for NAT +help: Inside IP address or range for NAT comp_help: Possible completions: <x.x.x.x> NAT to the specified IP address <x.x.x.x>-<x.x.x.x> NAT to the specified IP range diff --git a/templates-cfg/service/nat/rule/node.tag/inside-address/node.def b/templates-cfg/service/nat/rule/node.tag/inside-address/node.def index 6c3d82a..e13cd32 100644 --- a/templates-cfg/service/nat/rule/node.tag/inside-address/node.def +++ b/templates-cfg/service/nat/rule/node.tag/inside-address/node.def @@ -1 +1 @@ -help: Set inside NAT IP (used by destination NAT only) +help: Inside NAT IP (used by destination NAT only) diff --git a/templates-cfg/service/nat/rule/node.tag/inside-address/port/node.def b/templates-cfg/service/nat/rule/node.tag/inside-address/port/node.def index 669b051..ba3b4ae 100644 --- a/templates-cfg/service/nat/rule/node.tag/inside-address/port/node.def +++ b/templates-cfg/service/nat/rule/node.tag/inside-address/port/node.def @@ -1,5 +1,5 @@ type: txt -help: Set inside port +help: Inside port comp_help: The inside port can be one of the following: <1-65535> Numbered port (between 1 and 65535) <start>-<end> Numbered port range (e.g., 1001-1005) diff --git a/templates-cfg/service/nat/rule/node.tag/log/node.def b/templates-cfg/service/nat/rule/node.tag/log/node.def index 0d53569..2b54c63 100644 --- a/templates-cfg/service/nat/rule/node.tag/log/node.def +++ b/templates-cfg/service/nat/rule/node.tag/log/node.def @@ -1,3 +1,3 @@ type: txt -help: Set NAT rule logging +help: NAT rule logging syntax:expression: $VAR(@) in "enable", "disable"; "NAT logging must be enable or disable" diff --git a/templates-cfg/service/nat/rule/node.tag/outbound-interface/node.def b/templates-cfg/service/nat/rule/node.tag/outbound-interface/node.def index 4b13094..1d62593 100644 --- a/templates-cfg/service/nat/rule/node.tag/outbound-interface/node.def +++ b/templates-cfg/service/nat/rule/node.tag/outbound-interface/node.def @@ -1,5 +1,5 @@ type: txt -help: Set outbound interface for NAT traffic +help: Outbound interface for NAT traffic enumeration: existing-interfaces comp_help:Enter a network interface name, for example, "eth0" commit:expression: exec " diff --git a/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def b/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def index 67add07..1a50e18 100644 --- a/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def +++ b/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def @@ -1,5 +1,5 @@ type: txt -help: Set outside IP address or range for NAT +help: Outside IP address or range for NAT comp_help: Possible completions: <x.x.x.x> NAT to the specified IP address <x.x.x.x>-<x.x.x.x> NAT to the specified IP range diff --git a/templates-cfg/service/nat/rule/node.tag/outside-address/node.def b/templates-cfg/service/nat/rule/node.tag/outside-address/node.def index 6d14e21..b8e1e19 100644 --- a/templates-cfg/service/nat/rule/node.tag/outside-address/node.def +++ b/templates-cfg/service/nat/rule/node.tag/outside-address/node.def @@ -1 +1 @@ -help: Set outside NAT IP (used by source NAT only) +help: Outside NAT IP (used by source NAT only) diff --git a/templates-cfg/service/nat/rule/node.tag/outside-address/port/node.def b/templates-cfg/service/nat/rule/node.tag/outside-address/port/node.def index dd8cb58..2dcf249 100644 --- a/templates-cfg/service/nat/rule/node.tag/outside-address/port/node.def +++ b/templates-cfg/service/nat/rule/node.tag/outside-address/port/node.def @@ -1,5 +1,5 @@ type: txt -help: Set outside port +help: Outside port comp_help: The outside port can be one of the following: <1-65535> Numbered port (between 1 and 65535) <start>-<end> Numbered port range (e.g., 1001-1005) diff --git a/templates-cfg/service/nat/rule/node.tag/protocol/node.def b/templates-cfg/service/nat/rule/node.tag/protocol/node.def index 0aff708..0359398 100644 --- a/templates-cfg/service/nat/rule/node.tag/protocol/node.def +++ b/templates-cfg/service/nat/rule/node.tag/protocol/node.def @@ -1,5 +1,5 @@ type: txt -help: Set protocol to NAT (this can be a protocol name in /etc/protocols, a protocol number, or "all") +help: Protocol to NAT (this can be a protocol name in /etc/protocols, a protocol number, or "all") comp_help:Possible completions: <text> An IP protocol name from /etc/protocols (e.g. "tcp" or "udp") <0-255> An IP protocol number diff --git a/templates-cfg/service/nat/rule/node.tag/source/address/node.def b/templates-cfg/service/nat/rule/node.tag/source/address/node.def index 311516d..872bcf6 100644 --- a/templates-cfg/service/nat/rule/node.tag/source/address/node.def +++ b/templates-cfg/service/nat/rule/node.tag/source/address/node.def @@ -1,5 +1,5 @@ type: txt -help: Set source IP address, subnet, or range +help: Source IPv4 address, subnet, or range comp_help: Possible completions: <x.x.x.x> IP address to match <x.x.x.x/x> Subnet to match diff --git a/templates-cfg/service/nat/rule/node.tag/source/node.def b/templates-cfg/service/nat/rule/node.tag/source/node.def index 4b5eb8c..299f6e5 100644 --- a/templates-cfg/service/nat/rule/node.tag/source/node.def +++ b/templates-cfg/service/nat/rule/node.tag/source/node.def @@ -1 +1 @@ -help: Set NAT source parameters +help: NAT source parameters diff --git a/templates-cfg/service/nat/rule/node.tag/source/port/node.def b/templates-cfg/service/nat/rule/node.tag/source/port/node.def index e65cbfd..4cec3cf 100644 --- a/templates-cfg/service/nat/rule/node.tag/source/port/node.def +++ b/templates-cfg/service/nat/rule/node.tag/source/port/node.def @@ -1,5 +1,5 @@ type: txt -help: Set source port +help: Source port comp_help: Source port(s) can be specified as a comma-separated list of: <port name> Named port (any name in /etc/services, e.g., http) <1-65535> Numbered port diff --git a/templates-cfg/service/nat/rule/node.tag/type/node.def b/templates-cfg/service/nat/rule/node.tag/type/node.def index 2df6a0b..28744fa 100644 --- a/templates-cfg/service/nat/rule/node.tag/type/node.def +++ b/templates-cfg/service/nat/rule/node.tag/type/node.def @@ -1,5 +1,5 @@ type: txt -help: Set source, destination, or masquerade NAT [REQUIRED] +help: Type of NAT (source, destination, or masquerade) [REQUIRED] syntax:expression: $VAR(@) in "source", "destination", "masquerade"; "invalid type $VAR(@)" comp_help:Possible completions: source Source NAT |