diff options
| author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-11-24 07:44:53 +0700 |
|---|---|---|
| committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-11-24 07:44:53 +0700 |
| commit | 48368cf6bd0678e25313f7259f80e0a82a688706 (patch) | |
| tree | 130f6c9d38b9c5a6135854936a4c9aa8f39c2f58 | |
| parent | edf1e6e92ae167e409a6e6e3ce17e191615bcfb4 (diff) | |
| download | vyatta-nat-48368cf6bd0678e25313f7259f80e0a82a688706.tar.gz vyatta-nat-48368cf6bd0678e25313f7259f80e0a82a688706.zip | |
Fix help string for source NAT translation port
| -rw-r--r-- | templates-cfg/nat/source/rule/node.tag/translation/port/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-cfg/nat/source/rule/node.tag/translation/port/node.def b/templates-cfg/nat/source/rule/node.tag/translation/port/node.def index 8a3c30f..ae21232 100644 --- a/templates-cfg/nat/source/rule/node.tag/translation/port/node.def +++ b/templates-cfg/nat/source/rule/node.tag/translation/port/node.def @@ -1,6 +1,6 @@ type: txt -help: Translated TCP/UDP port +help: Translated port val_help: u32:1-65535 ; Numbered port val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005) |
