On Wed, Mar 07, 2018 at 09:31:00AM -0600, Mark Michelson wrote: > Unlike IPv4, IPv6 mandates the calculation of the UDP checksum. For DNS > resolution in OVN, we were setting the checksum to 0, which results in > errors. > > This patch fixes the problem by calculating the checksum for DNS over > IPv6. It also alters the applicable test by skipping the checksum when > comparing the expected and actual packets. > > Signed-off-by: Mark Michelson <[email protected]>
Thanks for the fix! I applied this to master and branch-2.9. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
