[ovs-build] Fixed: openvswitch/ovs#2824 (master - a9e1b66)

Travis CI builds at travis-ci.org
Thu Jun 30 21:00:43 UTC 2016


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

Build: #2824
Status: Fixed

Duration: 44 minutes and 8 seconds
Commit: a9e1b66 (master)
Author: Russell Bryant
Message: ovn: Add ct_commit(ct_mark=INT, ct_label=INT); action.

Update the "ct_commit;" logical flow action to optionally take
one or two parameters, setting the value of "ct_mark" or "ct_label".
Supported ct_commit syntax now includes:

    ct_commit;
    ct_commit();
    ct_commit(ct_mark=1);
    ct_commit(ct_mark=1/1);
    ct_commit(ct_label=1);
    ct_commit(ct_label=1/1);
    ct_commit(ct_mark=1, ct_label=1);

Setting ct_mark via this type of logical flow results in an OpenFlow
flow that looks like:

    actions=ct(commit,zone=NXM_NX_REG5[0..15],exec(set_field:0x1->ct_mark))

Similarly, setting ct_label results in:

    actions=ct(commit,zone=NXM_NX_REG5[0..15],exec(set_field:0x1->ct_label))

A future commit will make use of this feature.

Signed-off-by: Russell Bryant <russell at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/b87d22ab4da4...a9e1b66f2717

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

--

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/20160630/119ed32c/attachment-0002.html>


More information about the build mailing list