From 01f6ad3c628b1de4390e0e9df2f6e666234a8dc4 Mon Sep 17 00:00:00 2001 From: Gaurav Sinha Date: Thu, 18 Oct 2012 16:31:55 -0700 Subject: Change timer to timeout value --- .../system/conntrack/timeout/custom/rule/node.tag/protocol/udp/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates-cfg/system/conntrack/timeout') 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; \ -- cgit v1.2.3