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, Apr 14, 11:52 PM
Unknown Object (File)
Mar 7 2024, 11:31 PM
Unknown Object (File)
Jan 12 2024, 7:48 AM
Unknown Object (File)
Nov 29 2023, 10:35 AM
Unknown Object (File)
Oct 29 2023, 1:41 AM
Unknown Object (File)
Aug 26 2023, 11:16 AM
Unknown Object (File)
Jul 21 2023, 1:03 AM
Unknown Object (File)
Jul 11 2023, 6:13 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.