1
0
Fork 0
forked from infra/ansible

openqa nftables: gah quickfix

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-06-08 17:21:48 -07:00
commit 99fdaaf68d

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 {{ nft_table_nat }} POSTROUTING oifname "{{ openqa_tap_iface }}" counter masquerade']
'add rule {{ nft_table_nat }} POSTROUTING oifname "{{ openqa_tap_iface }}" counter masquerade']