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)
Sun, Mar 30, 6:39 AM
Unknown Object (File)
Mar 10 2025, 1:12 PM
Unknown Object (File)
Mar 10 2025, 12:26 PM
Unknown Object (File)
Jan 30 2025, 5:02 AM
Unknown Object (File)
Jan 26 2025, 11:43 PM
Unknown Object (File)
Jan 23 2025, 4:24 PM
Unknown Object (File)
Jan 13 2025, 4:31 PM
Unknown Object (File)
Jan 11 2025, 11:41 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.