From 3c114376589e402d0813c3e37d709fc61ca1d90d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 May 2025 11:14:45 -0700 Subject: [PATCH] openqa nftables: correct tap worker custom rule (per james) Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_tap_workers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/openqa_tap_workers b/inventory/group_vars/openqa_tap_workers index 68ed2c1df5..ca322db3e0 100644 --- a/inventory/group_vars/openqa_tap_workers +++ b/inventory/group_vars/openqa_tap_workers @@ -13,4 +13,4 @@ nat_rules: [ '-A POSTROUTING -o {{ openqa_tap_iface }} -j MASQUERADE'] nft_nat_rules: [ # masquerade for openQA openvswitch workers to reach the outside - 'add rule ip filter POSTROUTING oifname "{{ openqa_tap_iface }}" counter masquerade'] + 'add rule ip nat POSTROUTING oifname "{{ openqa_tap_iface }}" counter masquerade']