lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1472388762-18035-3-git-send-email-jhs@emojatatu.com> Date: Sun, 28 Aug 2016 08:52:42 -0400 From: Jamal Hadi Salim <jhs@...atatu.com> To: stephen@...workplumber.org Cc: netdev@...r.kernel.org, Roman Mashak <mrv@...atatu.com>, Jamal Hadi Salim <jhs@...atatu.com> Subject: [iproute2 3/3] police: bug fix man page From: Roman Mashak <mrv@...atatu.com> Signed-off-by: Roman Mashak <mrv@...atatu.com> Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com> --- man/man8/tc-police.8 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/man/man8/tc-police.8 b/man/man8/tc-police.8 index 5c5a632..620c288 100644 --- a/man/man8/tc-police.8 +++ b/man/man8/tc-police.8 @@ -26,10 +26,10 @@ police - policing action .ti -8 .IR CONTROL " :=" -.BI conform-exceed " EXCEEDACT\fR[\fB/\fIEXCEEDACT" +.BI conform-exceed " EXCEEDACT\fR[\fB/\fINOTEXCEEDACT" .ti -8 -.IR EXCEEDACT " := { " +.IR EXCEEDACT/NOTEXCEEDACT " := { " .BR pipe " | " ok " | " reclassify " | " drop " | " continue " }" .SH DESCRIPTION The @@ -94,11 +94,9 @@ Fine-tune the in-kernel packet rate estimator. are time values and control the frequency in which samples are taken and over what timespan an average is built. .TP -.BI conform-exceed " EXCEEDACT\fR[\fB/\fIEXCEEDACT\fR]" -Define how to handle packets which exceed (and, if the second -.I EXCEEDACT -is given, also those who don't), the configured bandwidth limit. Possible values -are: +.BI conform-exceed " EXCEEDACT\fR[\fB/\fINOTEXCEEDACT\fR]" +Define how to handle packets which exceed or conform the +configured bandwidth limit. Possible values are: .RS .IP continue Don't do anything, just continue with the next action in line. -- 1.9.1
Powered by blists - more mailing lists