Comment 6 for bug 1552101

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

Reviewed: https://review.opencontrail.org/18090
Committed: http://github.org/Juniper/contrail-vrouter/commit/356bc69d51bbd760e37f31ab48f5f4cc02d53f98
Submitter: Zuul
Branch: R3.0

commit 356bc69d51bbd760e37f31ab48f5f4cc02d53f98
Author: Anand H. Krishnan <email address hidden>
Date: Wed Mar 2 12:12:07 2016 +0530

Do not reuse forwarding metadata post mirroring

A mirror action needs its own forwarding metadata since the forwarding
parameeters that are used for mirroring will be different from those
that are used for packet forwarding. In this particular case, the vrf
to which the packets are mirrored are different from the vrf to which
packets need to be classified, and hence the packets were dropped in the
flow module with no source route as the drop reason.

Change-Id: I21930818a5cdec560818acb79f671ce29ac8bc85
Closes-BUG: #1552101