Page MenuHomeFreeBSD

ipfw: Remove more unused IP_FW_* cases
ClosedPublic

Authored by emaste on Oct 27 2025, 2:24 PM.
Tags
None
Referenced Files
F147644830: D53378.id.diff
Thu, Mar 12, 1:43 PM
F147610182: D53378.id.diff
Thu, Mar 12, 7:42 AM
Unknown Object (File)
Wed, Mar 11, 9:46 AM
Unknown Object (File)
Mon, Mar 2, 8:20 PM
Unknown Object (File)
Mon, Mar 2, 8:20 PM
Unknown Object (File)
Mon, Mar 2, 8:19 PM
Unknown Object (File)
Fri, Feb 27, 10:36 AM
Unknown Object (File)
Sat, Feb 21, 7:43 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added a subscriber: markj.

All of the do_cmd() calls are in dummynet.c and specify the socket option at compile time.

This revision is now accepted and ready to land.Oct 27 2025, 3:18 PM

All of the do_cmd() calls are in dummynet.c and specify the socket option at compile time.

Yeah, I'll make the commit message more explicit. These if cases are dead code.

This revision was automatically updated to reflect the committed changes.