Page MenuHomeFreeBSD

pf: Fix incorrect assertion
ClosedPublic

Authored by kp on Nov 17 2020, 4:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 25 2023, 5:08 PM
Unknown Object (File)
Dec 23 2023, 10:40 AM
Unknown Object (File)
Dec 13 2023, 4:02 AM
Unknown Object (File)
Nov 14 2023, 8:58 PM
Unknown Object (File)
Sep 2 2023, 8:03 PM
Unknown Object (File)
Sep 2 2023, 8:00 PM
Unknown Object (File)
Sep 2 2023, 7:56 PM
Unknown Object (File)
Aug 28 2023, 2:00 AM

Details

Reviewers
None
Group Reviewers
network
Commits
rS367867: pf: Fix incorrect assertion
Summary

We never set PFRULE_RULESRCTRACK when calling pf_insert_src_node(). We
do set PFRULE_SRCTRACK, so update the assertion to match.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Nov 17 2020, 4:29 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 20 2020, 10:08 AM
Closed by commit rS367867: pf: Fix incorrect assertion (authored by kp). · Explain Why
This revision was automatically updated to reflect the committed changes.