Re: git: 94567c8641e2 - main - netstat: Resolve duplicate "dropped-packets" key from libxo output

From: Mark Johnston <markj_at_freebsd.org>
Date: Mon, 23 Sep 2024 16:18:53 UTC
On Mon, Sep 23, 2024 at 10:37:55AM -0400, Phil Shafer wrote:
> On 22 Sep 2024, at 12:29, Warner Losh wrote:
> >> Thanks, the tests seem to be fixed now.
> > Thanks for the quick shout out it was a problem...
> 
> Just to confirm: the fix added the "e" (encoding-only) flag so this doesn't appear in text/html output, right?

There is no fix yet, that I'm aware of, so far we've merely reverted the
commit in question.  But yes, the fix is to add the "e" field modifer,
and more specifically to plumb it through to show_stat().

> 
> Thanks,
>  Phil