Re: [PATCHv6 net-next 0/2] wireguard: selftests: use nftables for testing

2025-05-21 Thread Hangbin Liu
Hi Jason, I just saw this patch set is not applied to wireguard tree. Did I missed any change request? Should I repost the patch? BTW, what prefix should I use when the target is wireguard next? [PATCH wireguard-next] ? Thanks Hangbin On Tue, Apr 08, 2025 at 08:16:50AM +, Hangbin Liu wrote:

[PATCHv6 net-next 0/2] wireguard: selftests: use nftables for testing

2025-04-08 Thread Hangbin Liu
This patch set convert the wireguard selftest to nftables, as iptables is deparated and nftables is the default framework of most releases. v6: fix typo in patch 1/2. Update the description (Phil Sutter) v5: remove the counter in nft rules and link nft statically (Jason A. Donenfeld) v4: no update