[ovs-build] Still Failing: openvswitch/ovs#5913 (master - f8e79d8)

Travis CI builds at travis-ci.org
Fri Feb 9 18:05:29 UTC 2018


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

Build: #5913
Status: Still Failing

Duration: 32 minutes and 14 seconds
Commit: f8e79d8 (master)
Author: Mark Michelson
Message: ovn: Allow DNS lookups over IPv6

There was a bug in DNS request handling where the incoming packet was
assumed to be IPv4.

The result was that for the outgoing packet, we would attempt to write
the IPv4 checksum and total length into what was actually an IPv6
header. This resulted in the source IPv6 address getting corrupted.
Later, the source and destination IPv6 addresses would get swapped,
resulting in the DNS response being sent to a nonsense destination.

With this change, we check the ethertype of the packet to determine what
l3 information to write, and where to write it. A test is also included
that verifies that this works as expected.

Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1539608
Signed-off-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/96b82f6d5f11...f8e79d82bd7b

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/339566645?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/20180209/c5236c39/attachment-0001.html>


More information about the build mailing list