Comment 12 for bug 1473647

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

Reviewed: https://review.opencontrail.org/12723
Committed: http://github.org/Juniper/contrail-controller/commit/55dcd6a7b2049fef752d3243d66d4ed32683aef1
Submitter: Zuul
Branch: R2.22-dev

commit 55dcd6a7b2049fef752d3243d66d4ed32683aef1
Author: Praveen K V <email address hidden>
Date: Sat Jul 11 17:00:03 2015 +0530

Handle SIMPLE_GATEWAY interface in NHDecode()

NHDecode used in Egress flow processing does not handle SIMPLE_GATEWAY
interfaces as of now. As a result, the out->vrf_ field is NULL even
after NHDecode() resulting in crash.

Modify NHDecode to handle SIMPLE_GATEWAY interface.

Change-Id: I2faf73c62fe671f86af17f54dc57ce4e9596c22f
Closes-Bug: #1473647