Page MenuHomeFreeBSD

pf: add a generic packet rate matching filter
ClosedPublic

Authored by kp on Jun 11 2025, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 23, 12:01 PM
Unknown Object (File)
Tue, Jul 21, 5:41 PM
Unknown Object (File)
Sun, Jul 19, 10:42 PM
Unknown Object (File)
Sun, Jul 19, 9:50 PM
Unknown Object (File)
Mon, Jul 6, 3:31 PM
Unknown Object (File)
Jun 30 2026, 5:26 AM
Unknown Object (File)
Jun 28 2026, 9:46 PM
Unknown Object (File)
Jun 25 2026, 8:38 AM

Details

Summary

allows things like
pass in proto icmp max-pkt-rate 100/10
all packets matching the rule in the direction the state was created are
taken into consideration (typically: requests, but not replies).
Just like with the other max-*, the rule stops matching if the maximum is
reached, so in typical scenarios the default block rule would kick in then.
with input from Holger Mikolon
ok mikeb

Obtained from: OpenBSD, henning <henning@openbsd.org>, 5a4ae9a9cb
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable