summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2006-01-26 14:43:01 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2006-01-26 14:43:01 +0000
commite00a472e52a400f65f62c7412d1bc6ba4972a479 (patch)
tree1ba1b84ef182e7c52f0d329bebe1aa03d7f8129d
parent51cdd81d3dc507c696599537df138b1381660eda (diff)
add note about deprecated state
-rw-r--r--extensions/libipt_dstlimit.man2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/libipt_dstlimit.man b/extensions/libipt_dstlimit.man
index e4a4a5a..9df00f1 100644
--- a/extensions/libipt_dstlimit.man
+++ b/extensions/libipt_dstlimit.man
@@ -2,6 +2,8 @@ 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