[ovs-build] Failed: joestringer/openvswitch#243 (shelf/trace_flags - f48181f)

Travis CI builds at travis-ci.org
Fri May 13 00:43:27 UTC 2016


Build Update for joestringer/openvswitch
-------------------------------------

Build: #243
Status: Failed

Duration: 37 minutes and 30 seconds
Commit: f48181f (shelf/trace_flags)
Author: Joe Stringer
Message: meta-flow: Allow partial masks when parsing flags.

In general, when using tools like "ovs-appctl ofproto/trace", the format
that the user should provide should not include masks. However, in the
case of flags it is more user-friendly to allow masks for specific
fields which should be interpreted as flags.

For example, prior to this patch:
$ ovs-appctl ofproto/trace br0 "in_port=1,ct_state=+trk+est"
Bad openflow flow syntax: in_port=1,ct_state=+trk+est: bad value for
ct_state (+trk+est: wildcards not allowed here)

After this patch:
$ ovs-appctl ofproto/trace br0 "in_port=1,ct_state=+trk+est"
Bridge: br0
Flow: ct_state=est|trk,...

<Successful trace>

Signed-off-by: Joe Stringer <joe at ovn.org>

View the changeset: https://github.com/joestringer/openvswitch/commit/f48181ffcb29

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

--

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/20160513/8bba0d3e/attachment-0002.html>


More information about the build mailing list