summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil.baturin@vyatta.com>2011-11-01 00:30:06 +0700
committerDaniil Baturin <daniil.baturin@vyatta.com>2011-11-05 00:03:38 +0700
commit3d5c432f96272c9e9b9fe90f0dcd66708ec12853 (patch)
tree7f6b6a1680c149fe0c1bc8b62a2e5c3f3d20fecc
parent8c38bbfa19ea391e4cdd08794e86d6024f67661a (diff)
downloadvyatta-cfg-firewall-3d5c432f96272c9e9b9fe90f0dcd66708ec12853.tar.gz
vyatta-cfg-firewall-3d5c432f96272c9e9b9fe90f0dcd66708ec12853.zip
Remove remaining conntrack-related templates.
-rw-r--r--templates/firewall/conntrack-expect-table-size/node.def33
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/firewall/conntrack-expect-table-size/node.def b/templates/firewall/conntrack-expect-table-size/node.def
deleted file mode 100644
index 889dbdb..0000000
--- a/templates/firewall/conntrack-expect-table-size/node.def
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Config template for: firewall conntrack-expect-table-size
-#
-# This is the table of expectations. Connection tracking expectations are
-# the mechanism used to "expect" RELATED connections to existing ones.
-# Expectations are generally used by "connection tracking helpers" (sometimes
-# called application level gateways [ALGs]) for more complex protocols such as
-# FTP, SIP, H.323.
-#
-# default value when firewall is not set - 2048
-# default value when firewall is set - 4096
-#
-
-type: u32
-
-help: Size of connection tracking expect table
-
-default: 4096
-
-val_help: u32: 1-50000000; Number of entries allowed in connection tracking expect table
-
-syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 50000000) ; "Value must be between 1 and 50,000,000"
-
-update:
- sudo sh -c "echo $VAR(@) > \
- /proc/sys/net/netfilter/nf_conntrack_expect_max"
-
-
-
-
-
-
-