From b1f568309a09e61f892dee3c23279cecff0b0ff4 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 10 Jan 2007 14:53:55 +0000 Subject: Remove extensions for unmaintained/obsolete patchlets --- extensions/libipt_dstlimit.man | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 extensions/libipt_dstlimit.man (limited to 'extensions/libipt_dstlimit.man') diff --git a/extensions/libipt_dstlimit.man b/extensions/libipt_dstlimit.man deleted file mode 100644 index 9df00f1c..00000000 --- a/extensions/libipt_dstlimit.man +++ /dev/null @@ -1,37 +0,0 @@ -This module allows you to limit the packet per second (pps) rate on a per -destination IP or per destination port base. As opposed to the `limit' match, -every destination ip / destination port has it's own limit. -.TP -THIS MODULE IS DEPRECATED AND HAS BEEN REPLACED BY ``hashlimit'' -.TP -.BI "--dstlimit " "avg" -Maximum average match rate (packets per second unless followed by /sec /minute /hour /day postfixes). -.TP -.BI "--dstlimit-mode " "mode" -The limiting hashmode. Is the specified limit per -.B dstip, dstip-dstport -tuple, -.B srcip-dstip -tuple, or per -.B srcipdstip-dstport -tuple. -.TP -.BI "--dstlimit-name " "name" -Name for /proc/net/ipt_dstlimit/* file entry -.TP -.BI "[" "--dstlimit-burst " "burst" "]" -Number of packets to match in a burst. Default: 5 -.TP -.BI "[" "--dstlimit-htable-size " "size" "]" -Number of buckets in the hashtable -.TP -.BI "[" "--dstlimit-htable-max " "max" "]" -Maximum number of entries in the hashtable -.TP -.BI "[" "--dstlimit-htable-gcinterval " "interval" "]" -Interval between garbage collection runs of the hashtable (in miliseconds). -Default is 1000 (1 second). -.TP -.BI "[" "--dstlimit-htable-expire " "time" -After which time are idle entries expired from hashtable (in miliseconds)? -Default is 10000 (10 seconds). -- cgit v1.2.3