diff options
author | Michael Larson <mike@vyatta.com> | 2011-02-28 17:31:44 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2011-02-28 17:31:44 -0800 |
commit | d0d058b8ec0e20b6e31d59fe1d8c78d99add30c4 (patch) | |
tree | b58054f1c2fefbd238fae83d6205e21e54ffc49c | |
parent | 921cbdebd112cc80df445aa64ffb0d08e067aaeb (diff) | |
download | vyatta-wanloadbalance-d0d058b8ec0e20b6e31d59fe1d8c78d99add30c4.tar.gz vyatta-wanloadbalance-d0d058b8ec0e20b6e31d59fe1d8c78d99add30c4.zip |
fix typo in help. bug w6850
-rw-r--r-- | templates/load-balancing/wan/rule/node.tag/destination/address/node.def | 2 | ||||
-rw-r--r-- | templates/load-balancing/wan/rule/node.tag/destination/port/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/load-balancing/wan/rule/node.tag/destination/address/node.def b/templates/load-balancing/wan/rule/node.tag/destination/address/node.def index 72abd58..83d7514 100644 --- a/templates/load-balancing/wan/rule/node.tag/destination/address/node.def +++ b/templates/load-balancing/wan/rule/node.tag/destination/address/node.def @@ -1,6 +1,6 @@ type: txt -help: Source IP address, subnet, or range +help: Destination IP address, subnet, or range val_help: ipv4; IP address to match val_help: ipv4net; Subnet to match diff --git a/templates/load-balancing/wan/rule/node.tag/destination/port/node.def b/templates/load-balancing/wan/rule/node.tag/destination/port/node.def index 09e8178..5f53756 100644 --- a/templates/load-balancing/wan/rule/node.tag/destination/port/node.def +++ b/templates/load-balancing/wan/rule/node.tag/destination/port/node.def @@ -1,6 +1,6 @@ type: txt -help: Source port +help: Destination port val_help: <port name>; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535; Numbered port |