[Bug 244589] netstat -i -d --libxo json mentions "dropped-packets" twice

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 20 Sep 2024 15:58:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244589

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=94567c8641e235763b5b2926416d89d36654cde1

commit 94567c8641e235763b5b2926416d89d36654cde1
Author:     Bram <bram@cbbg.nl>
AuthorDate: 2024-07-23 08:57:42 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-09-20 15:06:26 +0000

    netstat: Resolve duplicate "dropped-packets" key from libxo output

    The current libxo output uses the "dropped-packets" key for both incoming
and
    outgoing packets. This commit distinguishes between the two by adding an
"in"
    and "out" suffix. The original "dropped-packets" key is kept for backwards
    compatibility for now.

    PR: 244589
    Reviewed by: imp, zlei
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1331

 usr.bin/netstat/if.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.