Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2024 15:58:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244589] netstat -i -d --libxo json mentions "dropped-packets" twice
Message-ID:  <bug-244589-227-m2KLp0VQhM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244589-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244589-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244589

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D94567c8641e235763b5b2926416d89d36=
654cde1

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 incomi=
ng
and
    outgoing packets. This commit distinguishes between the two by adding an
"in"
    and "out" suffix. The original "dropped-packets" key is kept for backwa=
rds
    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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244589-227-m2KLp0VQhM>