[ovs-build] Passed: ovsrobot/ovn#893 (series_194150 - e401d88)

Travis CI builds at travis-ci.com
Tue Aug 4 21:32:41 UTC 2020


Build Update for ovsrobot/ovn
-------------------------------------

Build: #893
Status: Passed

Duration: 20 mins and 56 secs
Commit: e401d88 (series_194150)
Author: Ankur Sharma
Message: External IP based NAT: NORTHD changes to use applied/exempted external ip

This patch has northd changes which consumes applied/exempted external ip
configuration per NAT rule in logical flow.

Applied/Exempted external ip range adds an additional match criteria in
snat/dnat/unsnat/undant logical flow rules.

For example, if an allowed_external_ip address set ("efgh")
is configured for following NAT rule.
TYPE             EXTERNAL_IP        LOGICAL_IP
snat             10.15.24.135       50.0.0.10

Then logical flow will look like following:
..(lr_out_snat)...match=(ip && .... && ip4.dst == $efgh), action=(ct_snat(...);)
...(lr_in_unsnat...)match=(ip && ..... && ip4.src == $efgh), action=(ct_snat;)

Signed-off-by: Ankur Sharma <ankur.sharma at nutanix.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovn/compare/7269b42106e2...e401d88056f7

View the full build log and details: https://travis-ci.com/github/ovsrobot/ovn/builds/178467607?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the ovsrobot/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9136199&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20200804/ef350bfa/attachment.html>


More information about the build mailing list