openqa tap workers: allow masquerade on eth2 also, for ppc64

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2017-09-09 11:14:55 -07:00
parent f7a9424a42
commit cac1fb41ab

View file

@ -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