Page MenuHomeFreeBSD

ifconfig: fix 'ifconfig -l ether'
ClosedPublic

Authored by glebius on Aug 24 2023, 5:09 PM.
Tags
None
Referenced Files
F107080444: D41585.diff
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
Unknown Object (File)
Nov 14 2024, 6:53 PM
Unknown Object (File)
Nov 8 2024, 5:04 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