Comment 13 for bug 1554236

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

Reviewed: https://review.opencontrail.org/18382
Committed: http://github.org/Juniper/contrail-vrouter/commit/fd45df88fc8cd9121937bb0312f27cf5b40f0e68
Submitter: Zuul
Branch: R2.21.x

commit fd45df88fc8cd9121937bb0312f27cf5b40f0e68
Author: Anand H. Krishnan <email address hidden>
Date: Mon Mar 14 12:24:49 2016 +0530

Do not swap ports for an ICMP packet inside an ICMP error

For an ICMP packet, the port numbers remain the same in either direction
i.e.: source port remains the same for both foward and the reverse flows
as does the destination port. Hence, we should not be swapping ports in
calculating the flow key while trying to tag an ICMP error packet to a
flow set up for the original stream.

Change-Id: Ic5df8aec5f1009441aefd3d177568d55f3cb0d2c
Closes-BUG: #1554236