Re: [ovs-dev] [net-next v4 7/7] selftests: openvswitch: add explicit drop testcase

2023-08-10 Thread Aaron Conole
Adrian Moreno writes: > Test explicit drops generate the right drop reason. Also, verify that > the kernel rejects flows with actions following an explicit drop. > > Signed-off-by: Adrian Moreno > --- Acked-by: Aaron Conole ___ dev mailing list

[ovs-dev] [net-next v4 7/7] selftests: openvswitch: add explicit drop testcase

2023-08-09 Thread Adrian Moreno
Test explicit drops generate the right drop reason. Also, verify that the kernel rejects flows with actions following an explicit drop. Signed-off-by: Adrian Moreno --- .../selftests/net/openvswitch/openvswitch.sh | 35 +++ 1 file changed, 35 insertions(+) diff --git