[ovs-build] Passed: ovsrobot/ovn#848 (series_188495 - 65ab44a)

Travis CI builds at travis-ci.com
Thu Jul 9 01:31:49 UTC 2020


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

Build: #848
Status: Passed

Duration: 19 mins and 50 secs
Commit: 65ab44a (series_188495)
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/8cac0aa2013d...65ab44a5f5ec

View the full build log and details: https://travis-ci.com/github/ovsrobot/ovn/builds/174899479?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/20200709/38b49611/attachment-0001.html>


More information about the build mailing list