On Mon, 2 Jan 2023 16:24:36 +0000 Ben Magistro <konce...@gmail.com> wrote:
> This change increases the information returned when listing interfaces > to include link state and promiscuous mode. Additionally, the > information is formatted to be easily consumed by a machine or a person. > > This change is/was utilized while troubleshooting and developing the > subsequent patches to address the issues identified on the mailing > list [1]. > > [1] http://mails.dpdk.org/archives/dev/2022-December/258317.html > > Signed-off-by: Ben Magistro <konce...@gmail.com> The output format was designed to be the same as dumpcap, if you want more info use procinfo. $ dumpcap -D 1. enp2s0 2. any 3. lo (Loopback) 4. wlo1 5. bluetooth0 6. bluetooth-monitor 7. nflog 8. nfqueue 9. dbus-system 10. dbus-session Testing a fix now for multiple interfaces.