Fix IP neighbor/arp pool full and static entry handling 83/12683/2
authorJohn Lo <loj@cisco.com>
Tue, 22 May 2018 07:35:06 +0000 (03:35 -0400)
committerNeale Ranns <nranns@cisco.com>
Mon, 28 May 2018 00:41:35 +0000 (00:41 +0000)
commit4fed5b1b34b346f25feef34c590b4dd428343756
tree8311d30ef74b30a326581399bca25ec89c2cef9b
parent7eaaf740766db0e5625ff3217948c6925192eec4
Fix IP neighbor/arp pool full and static entry handling

Move handling of IP neighbor pool full into main thread on entry
creation and make sure static entriesare not deleted for reuse.
Fix IPv6 neighbor handling on interface down and up so that static
entries are not deleted.

Change-Id: I073794949a41a5b86201e519ebe479febfc506c8
Signed-off-by: John Lo <loj@cisco.com>
src/vnet/ethernet/arp.c
src/vnet/ip/ip6_neighbor.c