Page MenuHomeFreeBSD

ifconfig: Garbage collect unused parameter swabips
ClosedPublic

Authored by zlei on Jul 17 2025, 10:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 5:02 PM
Unknown Object (File)
Fri, Oct 10, 5:02 PM
Unknown Object (File)
Fri, Oct 10, 5:02 PM
Unknown Object (File)
Fri, Oct 10, 11:42 AM
Unknown Object (File)
Wed, Oct 8, 10:24 AM
Unknown Object (File)
Thu, Sep 25, 1:37 PM
Unknown Object (File)
Fri, Sep 19, 2:24 PM
Unknown Object (File)
Thu, Sep 18, 7:26 PM
Subscribers

Details

Summary

and the macro EN_SWABIPS.

The macro EN_SWABIPS is identical to IFF_LINK0 (historically IFF_LLC0)
and we already have the parameter link0 to toggle IFF_LINK0.

These were inherited from 386BSD 0.1 and have never been used since
the very first FreeBSD release.

MFC after: 1 week

Diff Detail

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