Searched hist:cd201c090858e5cfae3be005453ec634c1fca36a (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifconfig_netlink.c | diff cd201c090858e5cfae3be005453ec634c1fca36a Tue Nov 28 20:47:37 CET 2023 Mike Karels <karels@FreeBSD.org> ifconfig: add -D option to print driver name for interface
Add -D option to add the drivername and unit number to ifconfig output for normal display, including -a. Use ifconfig_get_orig_name() from libifconfig to fetch the name. Note that this is the original name for many drivers, but not for some exceptions like epair (which appends 'a' or 'b' to the unit number). epair interface pairs both display as "epair0", etc. Make -v imply -D; might as well be fully verbose.
MFC after: 1 week Reviewed by: zlei, kp Differential Revision: https://reviews.freebsd.org/D42721
|
H A D | ifconfig.c | diff cd201c090858e5cfae3be005453ec634c1fca36a Tue Nov 28 20:47:37 CET 2023 Mike Karels <karels@FreeBSD.org> ifconfig: add -D option to print driver name for interface
Add -D option to add the drivername and unit number to ifconfig output for normal display, including -a. Use ifconfig_get_orig_name() from libifconfig to fetch the name. Note that this is the original name for many drivers, but not for some exceptions like epair (which appends 'a' or 'b' to the unit number). epair interface pairs both display as "epair0", etc. Make -v imply -D; might as well be fully verbose.
MFC after: 1 week Reviewed by: zlei, kp Differential Revision: https://reviews.freebsd.org/D42721
|
H A D | ifconfig.8 | diff cd201c090858e5cfae3be005453ec634c1fca36a Tue Nov 28 20:47:37 CET 2023 Mike Karels <karels@FreeBSD.org> ifconfig: add -D option to print driver name for interface
Add -D option to add the drivername and unit number to ifconfig output for normal display, including -a. Use ifconfig_get_orig_name() from libifconfig to fetch the name. Note that this is the original name for many drivers, but not for some exceptions like epair (which appends 'a' or 'b' to the unit number). epair interface pairs both display as "epair0", etc. Make -v imply -D; might as well be fully verbose.
MFC after: 1 week Reviewed by: zlei, kp Differential Revision: https://reviews.freebsd.org/D42721
|