aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/api/api.c
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-05-31 10:42:14 -0400
committerDave Wallace <dwallacelf@gmail.com>2016-06-01 19:53:54 +0000
commit966bef4ad1d8dec81299758eec70b69cc2030c2c (patch)
tree86ea1d64d45de38edd5ea07ba1faed09e6c6dc7f /vpp/api/api.c
parentdb0cf7963b971ebb393d105a0a29fa7bd926521c (diff)
VPP-98 Dedicated storage for VXLAN over IPv6 hash keys
When creating VXLAN over IPv6 the code was using storage for the hash key that could later be moved. Since the key is larger than the word size this was being referenced as a pointer; when the storage moves that breaks the hash. Instead allocate dedicated storage for the key. This patch also includes other minor cleanups, including using clib_memcpy in places it should be used and some whitespace fixes. Change-Id: I579f2cb515853ef56dedcca350fcad08aa6111a9 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'vpp/api/api.c')
0 files changed, 0 insertions, 0 deletions