Comment 7 for bug 1761490

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

Reviewed: https://review.opencontrail.org/41585
Committed: http://github.com/Juniper/contrail-controller/commit/560baf70f6c6430050f22ff4e0b6b639752447a1
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0

commit 560baf70f6c6430050f22ff4e0b6b639752447a1
Author: Ashok Singh R <email address hidden>
Date: Mon Apr 9 14:54: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: I1ad0ecac182defe826f684dd0f3c1d3804662959
Closes-Bug: #1761490