Re: [ovs-dev] [PATCH net-next v5 09/10] selftests: openvswitch: parse trunc action

2024-06-26 Thread Aaron Conole
Adrian Moreno writes: > The trunc action was supported decode-able but not parse-able. Add > support for parsing the action string. > > Signed-off-by: Adrian Moreno > --- Reviewed-by: Aaron Conole ___ dev mailing list d...@openvswitch.org https://ma

[ovs-dev] [PATCH net-next v5 09/10] selftests: openvswitch: parse trunc action

2024-06-25 Thread Adrian Moreno
The trunc action was supported decode-able but not parse-able. Add support for parsing the action string. Signed-off-by: Adrian Moreno --- .../testing/selftests/net/openvswitch/ovs-dpctl.py | 13 + 1 file changed, 13 insertions(+) diff --git a/tools/testing/selftests/net/openvswitc