Comment 6 for bug 1473647

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

Reviewed: https://review.opencontrail.org/12339
Committed: http://github.org/Juniper/contrail-controller/commit/af7e38e0b6b21b3265b8d2ed0bd8a365f66909c9
Submitter: Zuul
Branch: R2.20

commit af7e38e0b6b21b3265b8d2ed0bd8a365f66909c9
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