rate RATE
The maximum byte rate of packets passing this action.
Those exceeding it will be treated as defined by the
conform-exceed option.
burst BYTES[/BYTES]
Set the maximum allowed burst in bytes, optionally
followed by a slash ('/') sign and cell size which must be
a power of 2.
pkt_rate RATE
The maximum packet rate or packets passing this action.
Those exceeding it will be treated as defined by the
conform-exceed option.
pkt_burst PACKETS
Set the maximum allowed burst in packets.
mtu BYTES[/BYTES]
This is the maximum packet size handled by the policer
(larger ones will be handled like they exceeded the
configured rate). Setting this value correctly will
improve the scheduler's precision. Value formatting is
identical to burst above. Defaults to unlimited.
peakrate RATE
Set the maximum bucket depletion rate, exceeding rate.
avrate RATE
Make use of an in-kernel bandwidth rate estimator and
match the given RATE against it.
overhead BYTES
Account for protocol overhead of encapsulating output
devices when computing rate and peakrate.
linklayer TYPE
Specify the link layer type. TYPE may be one of ethernet
(the default), atm or adsl (which are synonyms). It is
used to align the precomputed rate tables to ATM cell
sizes, for ethernet no action is taken.
estimator SAMPLE AVERAGE
Fine-tune the in-kernel packet rate estimator. SAMPLE and
AVERAGE are time values and control the frequency in which
samples are taken and over what timespan an average is
built.
conform-exceed EXCEEDACT[/NOTEXCEEDACT]
Define how to handle packets which exceed or conform the
configured bandwidth limit. Possible values are:
continue
Don't do anything, just continue with the next
action in line.
drop Drop the packet immediately.
shot This is a synonym to drop.
ok Accept the packet. This is the default for
conforming packets.
pass This is a synonym to ok.
reclassify
Treat the packet as non-matching to the filter this
action is attached to and continue with the next
filter in line (if any). This is the default for
exceeding packets.
pipe Pass the packet to the next action in line.