[ovs-build] Failed: cabmario/ovs#2 (master - 7a15be6)

Travis CI builds at travis-ci.org
Mon Jul 4 18:01:50 UTC 2016


Build Update for cabmario/ovs
-------------------------------------

Build: #2
Status: Failed

Duration: 33 minutes and 33 seconds
Commit: 7a15be6 (master)
Author: Gurucharan Shetty
Message: ovn: Add support for Load balancers.

This commit adds schema changes to the OVN_Northbound database to support
Load balancers.

In ovn-northd, it adds two logical tables to program logical flows.
It adds a 'pre_lb' table that sits before 'pre_stateful' table.
For packets that need to be load balanced, this table sets reg0[0]
to act as a hint for the pre-stateful table to send the packet to
the conntrack table for defragmentation.

It also adds a 'lb' table that sits before 'stateful' table.
For packets from established connections, this table sets reg0[2] to
indicate to the 'stateful' table that the packet needs to be sent to
connection tracking table to just do NAT.

In stateful table, packet for a new connection that needs to be load balanced
is given a ct_lb($IP_LIST) action.

Signed-off-by: Gurucharan Shetty <guru at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/cabmario/ovs/compare/790c5d2694bb...7a15be69b00f

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

--

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/20160704/ec7a65bf/attachment-0002.html>


More information about the build mailing list