On Mon, Feb 13, 2023 at 05:28:19PM +0100, Matthieu Baerts wrote: > But again, I'm not totally against that, I'm just saying that if these > tests are executed in dedicated netns, this modification is not needed > when using a vanilla kernel ;-) > > Except if I misunderstood and these tests are not executed in dedicated > netns? I tried on my test machine, it looks the test is executed in init netns. I modified my patch by setting the net.mptcp.enabled to 1 without setting it back. You can find the value is changed after testing. # cat /proc/sys/net/mptcp/enabled 0 # ./test_progs -t mptcp #127/1 mptcp/base:OK #127 mptcp:OK Summary: 1/1 PASSED, 0 SKIPPED, 0 FAILED # cat /proc/sys/net/mptcp/enabled 1 Thanks Hangbin