Page MenuHomeFreeBSD

ifconfig: fix 'ifconfig -l ether'
ClosedPublic

Authored by glebius on Aug 24 2023, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 3:29 AM
Unknown Object (File)
Sun, Feb 22, 11:26 PM
Unknown Object (File)
Thu, Feb 19, 8:39 AM
Unknown Object (File)
Mon, Feb 16, 11:10 AM
Unknown Object (File)
Jan 22 2026, 10:41 PM
Unknown Object (File)
Jan 14 2026, 11:44 AM
Unknown Object (File)
Jan 12 2026, 6:31 PM
Unknown Object (File)
Jan 3 2026, 8:05 PM
Subscribers

Details

Summary

When matching interfaces for being Ethernet, use same trick that
the link module does - pass if_type through convert_iftype().
That restores historicaly behaviour of listing lagg(4) ports.

Diff Detail

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