ip-neighbor: fix MLD hash key using stack pointer 74/27574/2
authorBenoît Ganne <bganne@cisco.com>
Tue, 16 Jun 2020 10:07:09 +0000 (12:07 +0200)
committerMatthew Smith <mgsmith@netgate.com>
Wed, 17 Jun 2020 00:44:54 +0000 (00:44 +0000)
commitae45d4789938ccd43a2967b528af3c5d4b6ee63e
tree7fabb54cc8d439d6682af2e45ee5ded9d11f8693
parent1af730d0dfbb91475c6808ed579494d3d223b724
ip-neighbor: fix MLD hash key using stack pointer

Use pointed value (ipv6 address) as hash key instead of pointer value
(pointer to ipv6 address on the stack).

Type: fix

Change-Id: I74a8b6d4bb552b5b344bcb50c8e830700c4ce739
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vnet/ip6-nd/ip6_mld.c