Comment 14 for bug 1612049

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

Reviewed: https://review.opencontrail.org/23360
Committed: http://github.org/Juniper/contrail-controller/commit/3b44ff213ef962437b06dd5507421e335e889c21
Submitter: Zuul
Branch: master

commit 3b44ff213ef962437b06dd5507421e335e889c21
Author: Manish <email address hidden>
Date: Thu Aug 11 15:02:50 2016 +0530

Agent crash@FlowProto::FlowEventHandler

Problem:
Interface was transitioning its oper ip forwarding state. Flow was being created
using same interface, however because of transition interface didnt add l3 nh to
flow_key of vmi. Flow requested for flow key which was NULL and crashed.

Solution:Create L3 nh based on l3 config in vmi.

Change-Id: I0d4a972ffb9238c6459729d0171c3d6b0e343a20
Closes-bug: #1612049
(cherry picked from commit 8e4e442ee20c9e6acaef635214a7464c28fa25d4)