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)
Mon, Jan 13, 3:24 PM
Unknown Object (File)
Fri, Jan 10, 7:00 PM
Unknown Object (File)
Thu, Jan 9, 7:39 PM
Unknown Object (File)
Dec 8 2024, 11:04 PM
Unknown Object (File)
Nov 25 2024, 7:00 AM
Unknown Object (File)
Nov 23 2024, 9:18 AM
Unknown Object (File)
Nov 22 2024, 4:45 AM
Unknown Object (File)
Nov 20 2024, 8:59 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