Page MenuHomeFreeBSD

pf: remove PF_TAG_GENERATED
ClosedPublic

Authored by kp on Jan 10 2022, 9:19 PM.
Tags
None
Referenced Files
F107403165: D33814.diff
Mon, Jan 13, 4:31 PM
Unknown Object (File)
Sat, Jan 11, 11:41 AM
Unknown Object (File)
Sun, Jan 5, 4:23 AM
Unknown Object (File)
Fri, Dec 27, 12:30 PM
Unknown Object (File)
Sep 17 2024, 7:48 AM
Unknown Object (File)
Sep 16 2024, 12:01 PM
Unknown Object (File)
Sep 10 2024, 6:51 AM
Unknown Object (File)
Sep 8 2024, 3:23 PM

Details

Summary

It's never set, so we can remove both the check for it and the
definition.

Pointed out by: markj
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43820
Build 40708: arc lint + arc unit

Event Timeline

kp requested review of this revision.Jan 10 2022, 9:19 PM
mjg added a subscriber: mjg.
mjg added inline comments.
sys/netpfil/pf/pf_mtag.h
39

you should probably denote 0x01 as unused

This revision is now accepted and ready to land.Jan 10 2022, 9:42 PM
This revision was automatically updated to reflect the committed changes.