Page MenuHomeFreeBSD

pf: remove PF_TAG_GENERATED
ClosedPublic

Authored by kp on Jan 10 2022, 9:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 11:07 PM
Unknown Object (File)
Sep 12 2025, 11:20 PM
Unknown Object (File)
Aug 31 2025, 7:20 AM
Unknown Object (File)
Aug 31 2025, 4:56 AM
Unknown Object (File)
Aug 30 2025, 8:00 AM
Unknown Object (File)
Aug 12 2025, 4:01 AM
Unknown Object (File)
Aug 10 2025, 12:50 AM
Unknown Object (File)
Jul 28 2025, 12:23 AM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.