Searched hist:"31016 aa0be6dbf7556a91dda14cfe1ff0dcf933b" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifconfig_netlink.c | diff 31016aa0be6dbf7556a91dda14cfe1ff0dcf933b Fri Aug 25 19:31:26 CEST 2023 Gleb Smirnoff <glebius@FreeBSD.org> ifconfig: fix 'ifconfig -l ether'
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.
Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D41585
|
H A D | af_link.c | diff 31016aa0be6dbf7556a91dda14cfe1ff0dcf933b Fri Aug 25 19:31:26 CEST 2023 Gleb Smirnoff <glebius@FreeBSD.org> ifconfig: fix 'ifconfig -l ether'
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.
Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D41585
|