Merge branch 'selftests-seg6-make-srv6_end_dt4_l3vpn_test-more-robust'
authorJakub Kicinski <kuba@kernel.org>
Fri, 12 May 2023 01:01:40 +0000 (18:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 12 May 2023 01:01:40 +0000 (18:01 -0700)
commit7ce93d6f91d8871a609f55bce91a507c392805e6
tree3fcf35bcac830cb91302d3868b4699a28bdb656e
parent6e27831b91a0bc572902eb065b374991c1ef452a
parentf97b8401e0deb46ad1e4245c21f651f64f55aaa6
Merge branch 'selftests-seg6-make-srv6_end_dt4_l3vpn_test-more-robust'

Andrea Mayer says:

====================
selftests: seg6: make srv6_end_dt4_l3vpn_test more robust

This pachset aims to improve and make more robust the selftests performed to
check whether SRv6 End.DT4 beahvior works as expected under different system
configurations.
Some Linux distributions enable Deduplication Address Detection and Reverse
Path Filtering mechanisms by default which can interfere with SRv6 End.DT4
behavior and cause selftests to fail.

The following patches improve selftests for End.DT4 by taking these two
mechanisms into account. Specifically:
 - patch 1/2: selftests: seg6: disable DAD on IPv6 router cfg for
              srv6_end_dt4_l3vpn_test
 - patch 2/2: selftets: seg6: disable rp_filter by default in
              srv6_end_dt4_l3vpn_test
====================

Link: https://lore.kernel.org/r/20230510111638.12408-1-andrea.mayer@uniroma2.it
Signed-off-by: Jakub Kicinski <kuba@kernel.org>