openqa nftables: correct tap worker custom rule (per james)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
177c2b3f2f
commit
3c11437658
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 filter POSTROUTING oifname "{{ openqa_tap_iface }}" counter masquerade']
|
||||
'add rule ip nat POSTROUTING oifname "{{ openqa_tap_iface }}" counter masquerade']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue