forked from infra/ansible
openqa nftables: gah quickfix
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b16be7cbdc
commit
99fdaaf68d
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue