[ovs-build] Passed: ovsrobot/ovs#1038 (series_110572 - 6fd227a)

Travis CI builds at travis-ci.org
Wed May 29 12:04:28 UTC 2019


Build Update for ovsrobot/ovs
-------------------------------------

Build: #1038
Status: Passed

Duration: 1 hr, 8 mins, and 12 secs
Commit: 6fd227a (series_110572)
Author: Anju Thomas
Message: Incorrect match criteria for in-band control rule

As part of in-band control, OVS  is expected to send DHCP server replies to the LOCAL port as well. In this case, OVS implicitly adds an additional action to output to the bridge’s LOCAL port after the ofproto translation for the packet is completed in the ofproto layer but before sending the actions to datapath for installation.
However, the match criteria is unchanged and as a result all packets (not just DHCP server replies) are also sent to the LOCAL port.
The fix is to add the IP protocol type (UDP), the UDP source and destination ports to the match criteria so that a specific datapath flow that matches only DHCP server replies is installed. As a result, only DHCP server reply packets will be sent to the LOCAL port.

Signed-off-by: Anju Thomas <anju.thomas at ericsson.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/6fd227ae9466

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/538681663?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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/20190529/78efd663/attachment-0001.html>


More information about the build mailing list