summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_hashlimit.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 04:35:06 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 04:35:06 +0000
commit549510a00c5983eb200ab74fe7fc884d28301423 (patch)
tree144f46582f3f32f7966270b70258596de0a638f4 /extensions/libipt_hashlimit.man
parent762476173aa1caeb0c40286a5e89f8d3bbf3eaa8 (diff)
Move libipt_hashlimit.man to libxt_hashlimit.man for ip6tables.8
Diffstat (limited to 'extensions/libipt_hashlimit.man')
-rw-r--r--extensions/libipt_hashlimit.man35
1 files changed, 0 insertions, 35 deletions
diff --git a/extensions/libipt_hashlimit.man b/extensions/libipt_hashlimit.man
deleted file mode 100644
index c8128ec1..00000000
--- a/extensions/libipt_hashlimit.man
+++ /dev/null
@@ -1,35 +0,0 @@
-This patch adds a new match called 'hashlimit'.
-The idea is to have something like 'limit', but either per
-destination-ip or per (destip,destport) tuple.
-
-It gives you the ability to express
-.IP
- '1000 packets per second for every host in 192.168.0.0/16'
-.IP
- '100 packets per second for every service of 192.168.1.1'
-.P
-with a single iptables rule.
-.TP
-.BI "--hashlimit " "rate"
-A rate just like the limit match
-.TP
-.BI "--hashlimit-burst " "num"
-Burst value, just like limit match
-.TP
-.BI "--hashlimit-mode " "dstip,srcip,dstport,srcport"
-A comma-separated list of objects to take into consideration
-.TP
-.BI "--hashlimit-name " "foo"
-The name for the /proc/net/ipt_hashlimit/foo entry
-.TP
-.BI "--hashlimit-htable-size " "num"
-The number of buckets of the hash table
-.TP
-.BI "--hashlimit-htable-max " "num"
-Maximum entries in the hash
-.TP
-.BI "--hashlimit-htable-expire " "num"
-After how many miliseconds do hash entries expire
-.TP
-.BI "--hashlimit-htable-gcinterval " "num"
-How many miliseconds between garbage collection intervals