[ovs-build] Errored: openvswitch/ovs#2588 (master - 62e2e74)

Travis CI builds at travis-ci.org
Wed May 11 22:09:19 UTC 2016


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

Build: #2588
Status: Errored

Duration: 27 minutes and 48 seconds
Commit: 62e2e74 (master)
Author: László Sürü
Message: ofproto-dpif-xlate: fix for group liveness propagation

According to OpenFlow v1.3.5 specification a group is considered live,
if it has at least one live bucket in it.  (6.5 Group Table
Modification Messages: "A group is considered live if a least one of
its buckets is live.")

However, OVS implementation incorrectly returns group as live when no
live bucket is found in group_is_alive() function of
ofproto-dpif-xlate.c.

Instead it should return true only if a live bucket is found (that is
!= NULL).

Signed-off-by: László Sűrű <laszlo.suru at ericsson.com>
Co-authored-by: Jan Scheurich <jan.scheurich at ericsson.com>
Signed-off-by: Jan Scheurich <jan.scheurich at ericsson.com>
Acked-by: Jarno Rajahalme <jarno at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/7eca52f147eb...62e2e74667e5

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

--

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/20160511/f784c465/attachment-0002.html>


More information about the build mailing list