Add nft_nat_rules for openqa
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
b565e59d32
commit
a8f984464e
1 changed files with 3 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue