ip-neighbor: fix aged neighbor probe 52/38852/2
authorSergio Gonzalez Monroy <monroy@anapaya.net>
Wed, 3 May 2023 12:26:44 +0000 (14:26 +0200)
committerNeale Ranns <neale@graphiant.com>
Sun, 21 May 2023 23:06:41 +0000 (23:06 +0000)
commit06f1290703c368c5779f500c66bb7247e271ee2d
treedfde090fca1642d5d8cdcb05429ad8331cf73160
parentf96b6c65fdfe71bba58e0ee03dd57085126af5e0
ip-neighbor: fix aged neighbor probe

The order of the parameters when calling the ip_neighbor_probe_dst for
an aged neighbor is wrong and given that it runs on the master thread,
probes for IPv6 neighbors were never sent, leading to a certain neighbor
strike out and death and its removal from the neighbor cache.

Change-Id: Ic021bd0ece05bd2c1c6ab90eab0e2dc27cb10360
Type: fix
Fixes: fd2417b2a42
Signed-off-by: Sergio Gonzalez Monroy <monroy@anapaya.net>
src/vnet/ip-neighbor/ip_neighbor.c