[ovs-build] Passed: ovsrobot/ovn#806 (series_186269 - 93764f6)

Travis CI builds at travis-ci.com
Sun Jun 28 23:59:20 UTC 2020


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

Build: #806
Status: Passed

Duration: 20 mins and 37 secs
Commit: 93764f6 (series_186269)
Author: Ankur Sharma
Message: External IP based NAT: NORTHD changes to use allowed/disallowed external ip

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

Allowed/Disallowed 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/1ef43b5a5745...93764f650002

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


More information about the build mailing list