On 12 Aug 2026, at 15:07, Timothy Redaelli wrote:

> When --format json is passed to ovs-appctl, fdb/stats-show returns a
> JSON object keyed by bridge name.  Each bridge contains two sub-objects:
> "entries" (with "current", "maximum", and "static" counts) and "events"
> (with "evicted", "expired", "learned", and "moved" counters).
>
> The implementation is split into separate text and JSON helper functions
> to keep the main handler simple.
>
> Example output:
>   {"br0": {"entries": {"current": 17, "maximum": 8192, "static": 17},
>            "events":  {"evicted": 0, "expired": 0,
>                        "learned": 17, "moved": 0}}}
>
> Reported-at: https://issues.redhat.com/browse/FDP-2444
> Signed-off-by: Timothy Redaelli <[email protected]>

Thanks for making the changes requested. This version looks good to me!

Acked-by: Eelco Chaudron <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to