On Wed, May 07, 2025 at 04:39:04PM -0700, Jakub Kicinski wrote: > On Wed, 7 May 2025 13:18:54 +0000 Hangbin Liu wrote: > > Some SRv6 tests manually set up network namespaces and disable rp_filter. > > Since the setup_ns library function already handles rp_filter configuration, > > convert these SRv6 tests to use setup_ns and remove the redundant rp_filter > > settings. > > Missed some get_nodename calls, I think? > > # ./srv6_hl2encap_red_l2vpn_test.sh: line 470: get_nodename: command not found > # SKIP: Setting up the testing environment failed > ok 1 selftests: net: srv6_hl2encap_red_l2vpn_test.sh # SKIP Hmm, somehow I missed testing this one before posting the patch... I will fix it and post a v2 patch. Sorry for taking up your time. Thanks Hangbin