[ovs-build] Errored: openvswitch/ovs#3019 (master - c2a1cee)

Travis CI builds at travis-ci.org
Thu Jul 28 17:37:54 UTC 2016


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

Build: #3019
Status: Errored

Duration: 3 minutes and 11 seconds
Commit: c2a1cee (master)
Author: Thadeu Lima de Souza Cascardo
Message: route-table: flush addresses list when route table is reset

When the route table is reset, the addresses list may be out of date, as we race
for the many netlink socket notifications.

A quick fix for this is flushing the addresses list, before dumping the routes
and gathering source addresses for them.

That way, instead of using invalid source addresses or preventing an entry to be
added because of missing source addresses, repeated tests showed the correct
entry is always added.

As route-table.c is only built for Linux, we don't need to be concerned that
Windows does not have netdev_get_addrs_list_flush, since it uses
route-table-stub.c instead.

Fixes: a8704b502785 ("tunneling: Handle multiple ip address for given device.")
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/12969035dc5a...c2a1ceed07cf

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

--

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/20160728/2fca7329/attachment-0002.html>


More information about the build mailing list