https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244589

--- Comment #2 from [email protected] ---
A commit in branch main references this bug:

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

commit 94567c8641e235763b5b2926416d89d36654cde1
Author:     Bram <[email protected]>
AuthorDate: 2024-07-23 08:57:42 +0000
Commit:     Warner Losh <[email protected]>
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.

Reply via email to