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.
Reviewed: https:/ /review. opencontrail. org/41579 github. com/Juniper/ contrail- controller/ commit/ 209d921252ea869 41de2ce21d6bec7 8c18563769
Committed: http://
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master
commit 209d921252ea869 41de2ce21d6bec7 8c18563769
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: I0535b4751fa240 23e59b0ece6636d 7a7cb9a9ce0
Closes-Bug: #1761490