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/41585 github. com/Juniper/ contrail- controller/ commit/ 560baf70f6c6430 050f22ff4e0b6b6 39752447a1
Committed: http://
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0
commit 560baf70f6c6430 050f22ff4e0b6b6 39752447a1
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: I1ad0ecac182def e826f684dd0f3c1 d3804662959
Closes-Bug: #1761490