Page MenuHomeFreeBSD

ipfw: cleanup !FreeBSD and !_KERNEL code
ClosedPublic

Authored by glebius on Fri, Sep 4, 9:57 PM.
Tags
None
Referenced Files
F173238900: D59427.id186008.diff
Thu, Sep 24, 2:34 PM
Unknown Object (File)
Wed, Sep 23, 5:30 PM
Unknown Object (File)
Wed, Sep 23, 2:25 PM
Unknown Object (File)
Wed, Sep 23, 9:24 AM
Unknown Object (File)
Wed, Sep 23, 4:43 AM
Unknown Object (File)
Sun, Sep 20, 6:21 AM
Unknown Object (File)
Sun, Sep 20, 3:10 AM
Unknown Object (File)
Thu, Sep 17, 6:19 PM

Details

Summary

These are leftovers from last import from Luigi Rizzo in 2013, that were
never compiled checked since and lots of changes have had happened since
and more changes to come. Let's not pretend ipfw is buildable on
something else than FreeBSD nor it can be compiled for userland.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76539
Build 73422: arc lint + arc unit

Event Timeline

There are two USERSPACE ifdefs in dummynet code as well:

ip_dn_io.c:#ifdef USERSPACE
ip_dn_private.h:#ifdef USERSPACE

Should we remove them as well?

This revision is now accepted and ready to land.Sun, Sep 6, 5:10 PM
This revision was automatically updated to reflect the committed changes.