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)
Mon, May 11, 8:47 PM
Unknown Object (File)
Mon, May 11, 8:47 PM
Unknown Object (File)
Mon, May 11, 8:26 PM
Unknown Object (File)
Mon, May 11, 2:56 PM
Unknown Object (File)
Thu, May 7, 12:29 AM
Unknown Object (File)
Wed, May 6, 10:10 AM
Unknown Object (File)
Sun, May 3, 10:23 AM
Unknown Object (File)
Sun, May 3, 10:20 AM
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