Add nft_nat_rules for openqa

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2025-04-24 16:25:57 -04:00 committed by adamwill
parent b565e59d32
commit a8f984464e

View file

@ -12,3 +12,6 @@ host_group: openqa-tap-workers
nat_rules: [
# masquerade for openQA openvswitch workers to reach the outside
'-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']