Page MenuHomeFreeBSD

ipfw: Remove more unused IP_FW_* cases
ClosedPublic

Authored by emaste on Mon, Oct 27, 2:24 PM.
Tags
None
Referenced Files
F137419809: D53378.id.diff
Sun, Nov 23, 7:11 AM
Unknown Object (File)
Fri, Nov 14, 12:39 PM
Unknown Object (File)
Fri, Nov 7, 5:14 PM
Unknown Object (File)
Sat, Nov 1, 5:43 AM
Unknown Object (File)
Thu, Oct 30, 2:50 AM
Unknown Object (File)
Thu, Oct 30, 2:42 AM
Unknown Object (File)
Thu, Oct 30, 2:37 AM
Unknown Object (File)
Thu, Oct 30, 2:31 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.Mon, Oct 27, 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.