openqa tap workers: allow masquerade on eth2 also, for ppc64
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f7a9424a42
commit
cac1fb41ab
1 changed files with 3 additions and 0 deletions
|
@ -118,5 +118,8 @@ COMMIT
|
|||
|
||||
*nat
|
||||
# masquerade for openQA openvswitch workers to reach the outside
|
||||
# eth0 is the active interface on the x86_64 tap worker hosts,
|
||||
# eth2 is the active interface on the ppc64 tap worker host
|
||||
-A POSTROUTING -o eth0 -j MASQUERADE
|
||||
-A POSTROUTING -o eth2 -j MASQUERADE
|
||||
COMMIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue