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)
Mon, Mar 30, 1:54 AM
Unknown Object (File)
Wed, Mar 25, 5:43 AM
Unknown Object (File)
Sat, Mar 21, 12:57 PM
Unknown Object (File)
Tue, Mar 10, 3:48 PM
Unknown Object (File)
Wed, Mar 4, 4:50 AM
Unknown Object (File)
Mar 1 2026, 3:20 PM
Unknown Object (File)
Feb 16 2026, 10:17 PM
Unknown Object (File)
Feb 16 2026, 4:21 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
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.