default update adjacency function deos not return multicast adjacency 07/8007/4
authorNeale Ranns <nranns@cisco.com>
Sat, 12 Aug 2017 19:52:54 +0000 (12:52 -0700)
committerNeale Ranns <nranns@cisco.com>
Sun, 13 Aug 2017 09:08:38 +0000 (09:08 +0000)
commit0117d24a1f6d018933c8f3e4ecca269f57f431ab
tree187f234bd4221ec527d0c81906cfb9cb5e642084
parent44fe506ff3b9428180551ccf8eb3a5d3e24e5660
default update adjacency function deos not return multicast adjacency

by not returning a multicast adjacency type when requested, but instead returning a nbr type, the mcast adj was never correctly deleted. hence when reused the adjacency object was not realocated from the pool and when it was freed a second time a crash occured.

Change-Id: Ia74ae3e889db0dfba8ec3c6a0cccfef215587ff6
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/interface.c