police: bug fix man page

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
This commit is contained in:
Roman Mashak 2016-08-28 08:52:42 -04:00 committed by Stephen Hemminger
parent 3de88c4b47
commit 27d2b08e23
1 changed files with 5 additions and 7 deletions

View File

@ -26,10 +26,10 @@ police - policing action
.ti -8 .ti -8
.IR CONTROL " :=" .IR CONTROL " :="
.BI conform-exceed " EXCEEDACT\fR[\fB/\fIEXCEEDACT" .BI conform-exceed " EXCEEDACT\fR[\fB/\fINOTEXCEEDACT"
.ti -8 .ti -8
.IR EXCEEDACT " := { " .IR EXCEEDACT/NOTEXCEEDACT " := { "
.BR pipe " | " ok " | " reclassify " | " drop " | " continue " }" .BR pipe " | " ok " | " reclassify " | " drop " | " continue " }"
.SH DESCRIPTION .SH DESCRIPTION
The 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 are time values and control the frequency in which samples are taken and over
what timespan an average is built. what timespan an average is built.
.TP .TP
.BI conform-exceed " EXCEEDACT\fR[\fB/\fIEXCEEDACT\fR]" .BI conform-exceed " EXCEEDACT\fR[\fB/\fINOTEXCEEDACT\fR]"
Define how to handle packets which exceed (and, if the second Define how to handle packets which exceed or conform the
.I EXCEEDACT configured bandwidth limit. Possible values are:
is given, also those who don't), the configured bandwidth limit. Possible values
are:
.RS .RS
.IP continue .IP continue
Don't do anything, just continue with the next action in line. Don't do anything, just continue with the next action in line.