diff options
author | Gaurav <gaurav.sinha@vyatta.com> | 2012-02-23 10:12:46 -0800 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-03-16 16:42:53 -0700 |
commit | a3b4d1895d26436a98475dd2588c700d7541eff0 (patch) | |
tree | af35904e6ff447920e83a0270f7ab0307d891b2f /templates-cfg | |
parent | 953d1039cbf8fb42ee5140c3a09ba7e6915008da (diff) | |
download | vyatta-conntrack-a3b4d1895d26436a98475dd2588c700d7541eff0.tar.gz vyatta-conntrack-a3b4d1895d26436a98475dd2588c700d7541eff0.zip |
Removed default timeouts for override udp/icmp/other, fixed minor bugs
(cherry picked from commit 57353c5720699e641d2ab85a0ed8a9eae09520e7)
Diffstat (limited to 'templates-cfg')
4 files changed, 0 insertions, 8 deletions
diff --git a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/icmp/node.def b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/icmp/node.def index 2997e58..5fd267f 100644 --- a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/icmp/node.def +++ b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/icmp/node.def @@ -2,8 +2,6 @@ type: u32 help: ICMP timeout in seconds -default: 30 - val_help: u32:1-21474836; ICMP timeout in seconds syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 21474836) ; "Value must be between 1 and 21474836" diff --git a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/other/node.def b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/other/node.def index 5653056..7a7ae98 100644 --- a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/other/node.def +++ b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/other/node.def @@ -2,8 +2,6 @@ type: u32 help: Generic connection timeout in seconds -default: 600 - val_help: u32:1-21474836; Generic connection timeout in seconds syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 21474836) ; "Value must be between 1 and 21474836" diff --git a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/other/node.def b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/other/node.def index c0c1824..b71294c 100644 --- a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/other/node.def +++ b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/other/node.def @@ -2,8 +2,6 @@ type: u32 help: UDP generic timeout in seconds -default: 30 - val_help: u32:1-21474836; UDP generic timeout in seconds syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 21474836) ; "Value must be between 1 and 21474836" diff --git a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/stream/node.def b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/stream/node.def index 0670477..31830e1 100644 --- a/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/stream/node.def +++ b/templates-cfg/system/conntrack/timeout/custom/rule/node.tag/protocol/udp/stream/node.def @@ -2,8 +2,6 @@ type: u32 help: UDP stream timeout in seconds -default: 180 - val_help: u32:1-21474836; UDP stream timeout in seconds syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 21474836) ; "Value must be between 1 and 21474836" |