Re: [PATCH net] selftests: wireguard: load nf_conntrack if it's not present

2024-11-10 Thread Simon Horman
On Thu, Nov 07, 2024 at 02:44:18AM +, Hangbin Liu wrote: > Some distros may not load nf_conntrack by default, which will cause > subsequent nf_conntrack settings to fail. Let's load this module if it's > not loaded by default. > > Fixes: e7096c131e51 ("net: WireGuard secure network tunnel") >

[PATCH net] selftests: wireguard: load nf_conntrack if it's not present

2024-11-06 Thread Hangbin Liu
Some distros may not load nf_conntrack by default, which will cause subsequent nf_conntrack settings to fail. Let's load this module if it's not loaded by default. Fixes: e7096c131e51 ("net: WireGuard secure network tunnel") Signed-off-by: Hangbin Liu --- tools/testing/selftests/wireguard/netns.