openqa nftables: correct tap worker custom rule (per james)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-05-14 11:14:45 -07:00
parent 177c2b3f2f
commit 3c11437658

View file

@ -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']