Comment 5 for bug 1466607

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

Reviewed: https://review.opencontrail.org/12950
Committed: http://github.org/Juniper/contrail-vrouter/commit/cb6a1be08c8edf9d1cdebcd0bd6ed41b5b8277f8
Submitter: Zuul
Branch: R2.20

commit cb6a1be08c8edf9d1cdebcd0bd6ed41b5b8277f8
Author: Anand H. Krishnan <email address hidden>
Date: Wed Jul 22 12:44:15 2015 +0530

Process sandesh decode errors

If an incoming sandesh message is not decoded by the sandesh library
(because of some internal bugs/failures), such a failure needs to be
communicated to agent.

We now check for return value from sandesh decode and if the return
value indicates a sandesh decode failure, we return from netlink
'doit' with that error, which gets passed up to the application.

Change-Id: I39b2621a4ce89750160b7fac105ac2ecd24e60e0
Partial-BUG: #1466607