]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
selftests: srv6: make srv6_end_dt46_l3vpn_test more robust
authorAndrea Mayer <andrea.mayer@uniroma2.it>
Thu, 27 Apr 2023 09:49:23 +0000 (11:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Apr 2023 08:51:40 +0000 (09:51 +0100)
commit46ef24c60f8ee70662968ac55325297ed4624d61
tree4a19dd32fd6ba3e3b98bef5d6890e104332b6155
parentc88f8d5cd95fd039cff95d682b8e71100c001df0
selftests: srv6: make srv6_end_dt46_l3vpn_test more robust

On some distributions, the rp_filter is automatically set (=1) by
default on a netdev basis (also on VRFs).
In an SRv6 End.DT46 behavior, decapsulated IPv4 packets are routed using
the table associated with the VRF bound to that tunnel. During lookup
operations, the rp_filter can lead to packet loss when activated on the
VRF.
Therefore, we chose to make this selftest more robust by explicitly
disabling the rp_filter during tests (as it is automatically set by some
Linux distributions).

Fixes: 03a0b567a03d ("selftests: seg6: add selftest for SRv6 End.DT46 Behavior")
Reported-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it>
Tested-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/srv6_end_dt46_l3vpn_test.sh