summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/timeout
diff options
context:
space:
mode:
authorGaurav Sinha <gaurav.sinha@vyatta.com>2012-10-18 16:31:55 -0700
committerGaurav Sinha <gaurav.sinha@vyatta.com>2012-10-18 16:31:55 -0700
commit01f6ad3c628b1de4390e0e9df2f6e666234a8dc4 (patch)
tree01e14b31da1ba79ec4b68ea2b525182d8d62e32a /templates-cfg/system/conntrack/timeout
parentf5c0fe9506bdbfcc5ed9593b5ad3344af76a5fc8 (diff)
downloadvyatta-conntrack-01f6ad3c628b1de4390e0e9df2f6e666234a8dc4.tar.gz
vyatta-conntrack-01f6ad3c628b1de4390e0e9df2f6e666234a8dc4.zip
Change timer to timeout value
Diffstat (limited to 'templates-cfg/system/conntrack/timeout')
-rw-r--r--templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/node.def b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/node.def
index d749f15..5a76a1b 100644
--- a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/node.def
+++ b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/node.def
@@ -1,7 +1,7 @@
help: UDP per connection timeout configuration options
commit:expression: exec " UDP=( $(cli-shell-api listNodes system conntrack timeout custom rule $VAR(../../@) protocol udp )); \
if [[ ${TCP[@]} == '' ]]; then \
- echo 'please configure a UDP timer for rule $VAR(../../@)'
+ echo 'please configure a UDP timeout value for rule $VAR(../../@)'
exit 1; \
else \
exit 0; \