Comment 6 for bug 1761490

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

Reviewed: https://review.opencontrail.org/41579
Committed: http://github.com/Juniper/contrail-controller/commit/209d921252ea86941de2ce21d6bec78c18563769
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 209d921252ea86941de2ce21d6bec78c18563769
Author: Ashok Singh R <email address hidden>
Date: Mon Apr 9 13:57:00 2018 +0530

Fix vrouter-agent crash

The crash was happening when IPv4 address was being converted to IPv6.
When addresses are masked in flows, the masked address was always initialized
to IPv4 all zeroes addresses.

Fix
Initialize the masked address to either IPv4 or IPv6 all zeroes addresses
based on family type.

Change-Id: I0535b4751fa24023e59b0ece6636d7a7cb9a9ce0
Closes-Bug: #1761490