Comment 3 for bug 1528460

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

Reviewed: https://review.opencontrail.org/15965
Committed: http://github.org/Juniper/contrail-vrouter/commit/d6703ada5dbe8638ac83d0f3801c12246852d513
Submitter: Zuul
Branch: R2.20

commit d6703ada5dbe8638ac83d0f3801c12246852d513
Author: Anand H. Krishnan <email address hidden>
Date: Tue Dec 22 12:36:08 2015 +0530

If needed, DP originated packets should undergo csum/gso updates

For packets that are tunneled, vRouter updates the checksum offset of
the packet to reflect tunnel addition. For mirrored packets, if the
mirror destination (analyzer) is local, no tunnel headers
(MPLSO(UDP/GRE)) are added and hence a checksum offset update is not
done. This behavior is wrong since we do add mirror headers (and hence a
tunnel) and the whole packet needs a checksum value.

Change-Id: Ia8c184d0980e7880bff90ff53f178e657a6be311
Closes-BUG: #1528460