diff options
author | Matthew Smith <mgsmith@netgate.com> | 2020-08-05 17:04:06 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-08-07 17:06:21 +0000 |
commit | 6042d28155a5470827c9756b39a405fe4e2cd84b (patch) | |
tree | f69e207d27c7daf141adba6970f3164fd4839de5 /src/vpp-api/client | |
parent | 35050289e6b5f6e2939b1d08ed058ab952468943 (diff) |
vrrp: change init of vrrp key in VR lookup
Type: fix
A struct that is used as a hash key was being initialized in its
declaration. On CentOS 8 this caused some hash lookups to fail.
This seems to be caused by uninitialized padding.
Use clib_memset() to initialize the key with 0's to avoid the issue.
Change-Id: I00555c201a1ab34133971313ba14f20f4e867a30
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Diffstat (limited to 'src/vpp-api/client')
0 files changed, 0 insertions, 0 deletions