[netfilter-cvslog] r7481 - trunk/iptables/extensions

kaber at trash.net kaber at trash.net
Mon Apr 14 08:54:55 CEST 2008


Author: kaber at trash.net
Date: 2008-04-14 08:54:55 +0200 (Mon, 14 Apr 2008)
New Revision: 7481

Added:
   trunk/iptables/extensions/libxt_RATEEST.man
Modified:
   trunk/iptables/extensions/libxt_RATEEST.c
Log:
[PATCH 6/8] RATEEST: add manpage


Modified: trunk/iptables/extensions/libxt_RATEEST.c
===================================================================
--- trunk/iptables/extensions/libxt_RATEEST.c	2008-04-14 06:51:33 UTC (rev 7480)
+++ trunk/iptables/extensions/libxt_RATEEST.c	2008-04-14 06:54:55 UTC (rev 7481)
@@ -18,12 +18,11 @@
 RATEEST_help(void)
 {
 	printf(
-"RATEST target v%s options:\n"
+"RATEEST target options:\n"
 "  --rateest-name name		Rate estimator name\n"
 "  --rateest-interval sec	Rate measurement interval in seconds\n"
 "  --rateest-ewmalog value	Rate measurement averaging time constant\n"
-"\n",
-	       IPTABLES_VERSION);
+"\n");
 }
 
 enum RATEEST_options {

Added: trunk/iptables/extensions/libxt_RATEEST.man
===================================================================
--- trunk/iptables/extensions/libxt_RATEEST.man	                        (rev 0)
+++ trunk/iptables/extensions/libxt_RATEEST.man	2008-04-14 06:54:55 UTC (rev 7481)
@@ -0,0 +1,11 @@
+The RATEEST target collects statistics, performs rate estimation calculation
+and saves the results for later evaluation using the \fBrateest\fP match.
+.TP
+\fB--rateest-name\fP \fIname\fP
+Count matched packets into the pool referred to by \fIname\fP, which is freely
+choosable.
+.TP
+\fB--rateest-interval\fP \fIamount\fP{\fBs\fP|\fBms\fP|\fBus\fP}
+Rate measurement interval, in seconds, milliseconds or microseconds.
+.TP
+\fB--rateest-ewmalog\fP \fIvalue\fP




More information about the netfilter-cvslog mailing list