mbox series

[PATCHv3,net-next,0/2] selftests: wireguards: use nftables for testing

Message ID 20241213030819.49987-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series selftests: wireguards: use nftables for testing | expand

Message

Hangbin Liu Dec. 13, 2024, 3:08 a.m. UTC
This patch set convert iptables to nftables for wireguard testing, as
iptables is deparated and nftables is the default framework of most releases.

v3: drop iptables directly (Jason A. Donenfeld)
    Also convert to using nft for qemu testing (Jason A. Donenfeld)
v2: use one nft table for testing (Phil Sutter)

Hangbin Liu (2):
  selftests: wireguards: convert iptables to nft
  selftests: wireguard: update to using nft for qemu test

 tools/testing/selftests/wireguard/netns.sh    | 29 +++++++++-----
 .../testing/selftests/wireguard/qemu/Makefile | 40 ++++++++++++++-----
 .../selftests/wireguard/qemu/kernel.config    |  7 ++--
 3 files changed, 53 insertions(+), 23 deletions(-)