HomeFreeBSD

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

Description

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

Details

Provenance
bram0007_gmail.comAuthored on Jul 23 2024, 8:57 AM
impCommitted on Fri, Sep 20, 3:06 PM
Parents
rG599273f942b8: Copy the new ia32 loader
Branches
Unknown
Tags
Unknown
Reverted By
rGd00827a9ca0b: Revert "netstat: Resolve duplicate "dropped-packets" key from libxo output"