summaryrefslogtreecommitdiff
path: root/templates-cfg
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2010-05-21 17:45:00 -0700
committerStig Thormodsrud <stig@vyatta.com>2010-05-21 17:48:39 -0700
commit98af97dfb76452639ccdbe0c00084bb160c97e67 (patch)
treeada4819bc1a5d068ee2535983be3ecdd9cc504f4 /templates-cfg
parenta50526125438860481fd43d788cbc2bac381d757 (diff)
downloadvyatta-nat-98af97dfb76452639ccdbe0c00084bb160c97e67.tar.gz
vyatta-nat-98af97dfb76452639ccdbe0c00084bb160c97e67.zip
Fix 5574: NAT Rule number maximum 1024 needs to be increased
Diffstat (limited to 'templates-cfg')
-rw-r--r--templates-cfg/service/nat/rule/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-cfg/service/nat/rule/node.def b/templates-cfg/service/nat/rule/node.def
index 41c8377..7ddc10d 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
-syntax:expression: ($VAR(@) > 0 && $VAR(@) < 1025) ; "rule number must be between 1 and 1024"
+syntax:expression: ($VAR(@) > 0 && $VAR(@) < 10000) ; "rule number must be between 1 and 9999"