Re: [PATCH net-next] selftests: wireguards: use nft by default

2024-11-07 Thread Phil Sutter
Hi Liu Hangbin, On Thu, Nov 07, 2024 at 02:54:38AM +, Hangbin Liu wrote: > Use nft by default if it's supported, as nft is the replacement for iptables, > which is used by default in some releases. Additionally, iptables is dropped > in some releases. > > Signed-off-by: Hangbin Liu > --- > C

[PATCH net-next] selftests: wireguards: use nft by default

2024-11-06 Thread Hangbin Liu
Use nft by default if it's supported, as nft is the replacement for iptables, which is used by default in some releases. Additionally, iptables is dropped in some releases. Signed-off-by: Hangbin Liu --- CC nft developers to see if there are any easier configurations, as I'm not very familiar wit