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 3, 10:35 PM
Unknown Object (File)
Sun, Mar 1, 5:08 AM
Unknown Object (File)
Tue, Feb 24, 8:30 PM
Unknown Object (File)
Sat, Feb 21, 10:20 AM
Unknown Object (File)
Tue, Feb 17, 3:17 AM
Unknown Object (File)
Feb 9 2026, 2:23 AM
Unknown Object (File)
Feb 3 2026, 9:36 PM
Unknown Object (File)
Feb 2 2026, 1:27 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