Comment 11 for bug 1635046

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/25136
Committed: http://github.org/Juniper/contrail-vrouter/commit/1c04f007ffa010cb396088394a8afaef76d91b4a
Submitter: Zuul
Branch: R3.0

commit 1c04f007ffa010cb396088394a8afaef76d91b4a
Author: Divakar D <email address hidden>
Date: Fri Oct 21 11:38:47 2016 +0530

Calcaulte udp source port for multicast pkt using right hash

While calculating the UDP source port for a multicast packet, the hash
needs to be on Ethernet header and VRF Id. For packet arriving from VM
and Tor, there are no extra header other than transport headers. So the
hash is calculated rightly for these packets. But for packets arriving
from other compute node, there are additional header other than
transport headers. The hash is wrongly calculated in this case on thsese
additional headers leading to different hash for the same Ethernet
headers, resulting in different UDP sourcd port.

The offset is correctly calculated and right ethernet header is passed
to hash function as fix.

Change-Id: I93ae0d96e536875988da6a525cdba4783c1e4d6e
closes-bug: #1635046