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)
Tue, Jun 9, 4:04 PM
Unknown Object (File)
Mon, Jun 1, 6:12 AM
Unknown Object (File)
Sun, May 17, 6:52 PM
Unknown Object (File)
May 14 2026, 7:37 AM
Unknown Object (File)
May 13 2026, 4:53 PM
Unknown Object (File)
May 13 2026, 4:52 PM
Unknown Object (File)
May 13 2026, 4:41 PM
Unknown Object (File)
Apr 18 2026, 9:35 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