1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/testing/selftests/net/openvswitch
Aaron Conole 8eff0e0622 selftests: openvswitch: Fix the ct_tuple for v4
The ct_tuple v4 data structure decode / encode routines were using
the v6 IP address decode and relying on default encode. This could
cause exceptions during encode / decode depending on how a ct4
tuple would appear in a netlink message.

Caught during code review.

Fixes: e52b07aa1a ("selftests: openvswitch: add flow dump support")
Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-10-15 20:02:51 +01:00
..
Makefile selftests: add openvswitch selftest suite 2022-10-27 12:31:24 +02:00
openvswitch.sh selftests: openvswitch: Skip drop testing on older kernels 2023-10-15 20:02:51 +01:00
ovs-dpctl.py selftests: openvswitch: Fix the ct_tuple for v4 2023-10-15 20:02:51 +01:00