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, Jun 6, 5:34 PM
Unknown Object (File)
Wed, May 22, 3:19 AM
Unknown Object (File)
Tue, May 21, 6:23 PM
Unknown Object (File)
Tue, May 21, 12:10 PM
Unknown Object (File)
Mon, May 20, 8:11 AM
Unknown Object (File)
May 19 2024, 9:16 AM
Unknown Object (File)
May 16 2024, 10:12 AM
Unknown Object (File)
May 7 2024, 3:19 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