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)
Thu, Mar 26, 6:42 PM
Unknown Object (File)
Tue, Mar 17, 1:17 PM
Unknown Object (File)
Sat, Mar 14, 8:36 PM
Unknown Object (File)
Wed, Mar 11, 12:50 AM
Unknown Object (File)
Feb 28 2026, 3:29 AM
Unknown Object (File)
Feb 22 2026, 11:26 PM
Unknown Object (File)
Feb 19 2026, 8:39 AM
Unknown Object (File)
Feb 16 2026, 11:10 AM
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