Page MenuHomeFreeBSD

pf: Fix interface counters for af-to rules
ClosedPublic

Authored by vegeta_tuxpowered.net on Sep 9 2025, 1:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 2:14 PM
Unknown Object (File)
Fri, Nov 21, 2:08 PM
Unknown Object (File)
Fri, Nov 21, 2:06 PM
Unknown Object (File)
Fri, Nov 21, 2:05 PM
Unknown Object (File)
Oct 26 2025, 11:30 AM
Unknown Object (File)
Oct 22 2025, 5:38 AM
Unknown Object (File)
Oct 21 2025, 7:16 AM
Unknown Object (File)
Oct 12 2025, 6:08 PM

Details

Summary

An inbound af-to rule creates a state bypassing outbound pf_test(). In such
case increase counters of the outbound interface directly in pf_route() for
post-af-to address family.

For outbound af-to rules ensure that post-af-to address family is used to
increase interface counters.

Diff Detail

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