diff options
author | Gaurav <gaurav.sinha@vyatta.com> | 2012-03-20 18:47:33 -0700 |
---|---|---|
committer | Gaurav <gaurav.sinha@vyatta.com> | 2012-03-20 18:47:33 -0700 |
commit | 7330d01fd5ac752e265cf868b3a7f9ef30af9a93 (patch) | |
tree | f60b385fa08b035e2fa6f629c98d3f7064263e67 /templates-cfg/system/conntrack/timeout/custom/rule/node.def | |
parent | 613330a8acca0535df5bc1fc839fb29ce1261272 (diff) | |
parent | 0f71f18eaec8643d8f78b95bb1657734b3f5b368 (diff) | |
download | vyatta-conntrack-7330d01fd5ac752e265cf868b3a7f9ef30af9a93.tar.gz vyatta-conntrack-7330d01fd5ac752e265cf868b3a7f9ef30af9a93.zip |
Merge branch 'cttimeout_pacifica' into oxnard
Brings in the changes needed for connection tracking timeouts per connection.
Conflicts:
.frlog
debian/changelog
Diffstat (limited to 'templates-cfg/system/conntrack/timeout/custom/rule/node.def')
-rw-r--r-- | templates-cfg/system/conntrack/timeout/custom/rule/node.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates-cfg/system/conntrack/timeout/custom/rule/node.def b/templates-cfg/system/conntrack/timeout/custom/rule/node.def new file mode 100644 index 0000000..077603e --- /dev/null +++ b/templates-cfg/system/conntrack/timeout/custom/rule/node.def @@ -0,0 +1,9 @@ +tag: + +type: u32 + +help: Rule number (1-9999) + +syntax:expression: $VAR(@) > 0 && $VAR(@) <= 9999; "Custom timeout rule number must be between 1 and 9999" + +val_help: u32:1-9999; Rule number |