Re: [ovs-dev] [PATCH v6 4/6] ofproto: Add JSON output for 'dpif/show' command.

2024-01-18 Thread 0-day Robot
Bleep bloop. Greetings Jakob Meng, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. Patch skipped due to previous failure. Please check this out. If you feel there has been an error, please e

[ovs-dev] [PATCH v6 4/6] ofproto: Add JSON output for 'dpif/show' command.

2024-01-18 Thread jmeng
From: Jakob Meng The 'dpif/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 dpif/show Reported-at: https://bugzilla.redhat.com/1824861 Signed-off-by: Jakob Meng --- ofproto/ofproto-dpif.c |