Page MenuHomeFreeBSD

pf: factor out rule counter update code
ClosedPublic

Authored by kp on Sep 7 2024, 9:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 9:25 PM
Unknown Object (File)
Sat, Oct 18, 1:23 PM
Unknown Object (File)
Fri, Oct 17, 11:20 PM
Unknown Object (File)
Mon, Sep 29, 12:00 AM
Unknown Object (File)
Mon, Sep 22, 8:54 AM
Unknown Object (File)
Sun, Sep 21, 1:33 PM
Unknown Object (File)
Sun, Sep 21, 1:52 AM
Unknown Object (File)
Sep 3 2025, 6:07 PM

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59417
Build 56304: arc lint + arc unit

Event Timeline

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

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.