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)
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
Unknown Object (File)
Sep 8 2024, 11:11 AM
Unknown Object (File)
Sep 8 2024, 7:30 AM
Unknown Object (File)
Jul 25 2024, 10:26 AM
Unknown Object (File)
May 22 2024, 5:46 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.