Re: [ovs-dev] [PATCH v2 5/6] python: ovs: flow: Make check_pkt_len action a list.

2024-01-05 Thread Adrian Moreno
On 1/2/24 15:26, Ilya Maximets wrote: On 12/20/23 18:57, Adrian Moreno wrote: In general, most actions must be lists since the keys can be repeated. Signed-off-by: Adrian Moreno --- python/ovs/flow/odp.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python/ovs

Re: [ovs-dev] [PATCH v2 5/6] python: ovs: flow: Make check_pkt_len action a list.

2024-01-02 Thread Ilya Maximets
On 12/20/23 18:57, Adrian Moreno wrote: > In general, most actions must be lists since the keys can be repeated. > > Signed-off-by: Adrian Moreno > --- > python/ovs/flow/odp.py | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/python/ovs/flow/odp.py b/python/ovs/flo

[ovs-dev] [PATCH v2 5/6] python: ovs: flow: Make check_pkt_len action a list.

2023-12-20 Thread Adrian Moreno
In general, most actions must be lists since the keys can be repeated. Signed-off-by: Adrian Moreno --- python/ovs/flow/odp.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python/ovs/flow/odp.py b/python/ovs/flow/odp.py index 46697a1bc..7d9b165d4 100644 --- a/python/