[ovs-build] Broken: openvswitch/ovs#3259 (master - 47bf118)

Travis CI builds at travis-ci.org
Wed Aug 31 04:14:29 UTC 2016


Build Update for openvswitch/ovs
-------------------------------------

Build: #3259
Status: Broken

Duration: 23 minutes and 25 seconds
Commit: 47bf118 (master)
Author: Daniele Di Proietto
Message: ofproto: Always set MTU for new internal ports.

We only change the MTU of new internal ports if it is bigger than the
bridge minimum.  But when the minimum MTU of the bridge is updated we
change the MTU of all internal ports no matter what.

The behavior is inconsistent, because now the internal ports MTU depends
on the order in which the ports were added.

This commit fixes the problem by _always_ setting the MTU of new
internal ports to the bridge minimum.  I'm not sure what was the logic
behind only adjusting the mtu if it was too big.

A testcase is improved to detect the problem.

VMware-BZ: #1718776
Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
Acked-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/67762449ecbf...47bf118665a3

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/156393534

--

You can configure 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://www.openvswitch.org/pipermail/ovs-build/attachments/20160831/012deebd/attachment-0002.html>


More information about the build mailing list