Page MenuHomeFreeBSD

pf: factor out rule counter update code
ClosedPublic

Authored by kp on Sep 7 2024, 9:36 AM.
Tags
None
Referenced Files
F136741334: D46590.id.diff
Wed, Nov 19, 4:54 AM
Unknown Object (File)
Sun, Nov 16, 10:56 PM
Unknown Object (File)
Sun, Nov 16, 7:57 AM
Unknown Object (File)
Wed, Nov 5, 10:23 PM
Unknown Object (File)
Wed, Oct 29, 1:17 PM
Unknown Object (File)
Fri, Oct 24, 3:51 AM
Unknown Object (File)
Fri, Oct 24, 3:51 AM
Unknown Object (File)
Fri, Oct 24, 3:51 AM

Details

Summary

Break out rule counter update code into a separate function, makes the
behaviour consistent between IPv4 and IPv6.

From martin.pelikan@gmail.com

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

Diff Detail

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

Event Timeline

kp requested review of this revision.Sep 7 2024, 9:36 AM
sys/netpfil/pf/pf.c
8859

struct pf_pdesc *pd already contains dir.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 19 2024, 8:22 PM
This revision was automatically updated to reflect the committed changes.