Comment 9 for bug 1473647

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

Reviewed: https://review.opencontrail.org/12702
Committed: http://github.org/Juniper/contrail-controller/commit/15d8f735006cb9af94d54d5c4d163c8a31dbfe69
Submitter: Zuul
Branch: master

commit 15d8f735006cb9af94d54d5c4d163c8a31dbfe69
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