Default action for packets exceeding the limiter
continue drop ok reclassify pipe
continue
Do not do anything, just continue with the next action in line
drop
Drop the packet immediately
ok
Accept the packet
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)
pipe
Pass the packet to the next action in line
(continue|drop|ok|reclassify|pipe)
drop
Default action for packets not exceeding the limiter
continue drop ok reclassify pipe
continue
Do not do anything, just continue with the next action in line
drop
Drop the packet immediately
ok
Accept the packet
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)
pipe
Pass the packet to the next action in line
(continue|drop|ok|reclassify|pipe)
ok