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)
Tue, Mar 17, 8:56 AM
Unknown Object (File)
Tue, Mar 17, 3:00 AM
Unknown Object (File)
Mon, Mar 16, 10:08 PM
Unknown Object (File)
Tue, Mar 3, 10:35 PM
Unknown Object (File)
Mar 1 2026, 5:08 AM
Unknown Object (File)
Feb 24 2026, 8:30 PM
Unknown Object (File)
Feb 21 2026, 10:20 AM
Unknown Object (File)
Feb 17 2026, 3:17 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