[ovs-build] Still Failing: openvswitch/ovs#4744 (master - a9fedc7)

Travis CI builds at travis-ci.org
Thu Jun 22 00:11:41 UTC 2017


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

Build: #4744
Status: Still Failing

Duration: 57 minutes and 39 seconds
Commit: a9fedc7 (master)
Author: Joe Stringer
Message: ofp-actions: Store raw type for NXAST_LEARN2.

Previously, if a controller wrote a flow with action NXAST_LEARN2, then
OVS would internally store an ofpact_learn structure with the raw type
set to NXAST_LEARN. When re-encoding, if the learn action happened to
have a limit or dst_ofs specified (which can only be specified for
NXAST_LEARN2), then it would re-encode using NXAST_LEARN2. However, if
these fields were both zero then OVS relies on the ofpact 'raw' type to
re-encode the action, so would end up encoding it as NXAST_LEARN in
subsequent serialization.

Fix this issue by storing the raw type when decoding learn actions.

VMWare-BZ: #1897275
Fixes: 4c71600d2256 ("ofp-actions: Add limit to learn action.")
Reported-by: Harold Lim <haroldl at vmware.com>
Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>

View the changeset: https://github.com/openvswitch/ovs/compare/b49a959bac47...a9fedc789078

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/245579905?utm_source=email&utm_medium=notification

--

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://mail.openvswitch.org/pipermail/ovs-build/attachments/20170622/3a5dc866/attachment.html>


More information about the build mailing list