On 4 Mar 2025, at 15:44, Roi Dayan wrote:

> From: Dima Chumak <dchu...@nvidia.com>
>
> The 'fdb/show' command now supports machine-readable JSON output in
> addition to the plain-text output for humans. An example would be:
>
>   ovs-appctl --format=json --pretty fdb/show br-phy
>   [
>     {
>       "static": true,
>       "mac": "e4:8c:07:08:00:02",
>       "port": 2,
>       "vlan": 0
>     },
>     {
>       "age": 14,
>       "mac": "e4:8c:07:08:00:03",
>       "port": 3,
>       "vlan": 0
>     }
>   ]
>
> Signed-off-by: Dima Chumak <dchu...@nvidia.com>
> Acked-by: Roi Dayan <r...@nvidia.com>

Thanks Roi/Dima for making the requested changes! The patch looks good to me.

Acked-by: Eelco Chaudron <echau...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to