Comment 19 for bug 1635046

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

Reviewed: https://review.opencontrail.org/25272
Committed: http://github.org/Juniper/contrail-vrouter/commit/387843349ccdc38632bc8b092659b1c085363ec3
Submitter: Zuul
Branch: R3.2

commit 387843349ccdc38632bc8b092659b1c085363ec3
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