On Tue, Apr 04, 2023 at 03:05:43PM +0200, Alexander Bluhm wrote:
> While comparing arp and ndp code I found some stylistic differences.
> Make both similar to catch such bugs easier.
kn@ asked me to commit the style fix upfront.
> if ndp -d does not find a neigbor entry, it removes the cloning
>
Hi,
if ndp -d does not find a neigbor entry, it removes the cloning
route instead. Comparing the arp and ndp code shows that the latter
has a fallthrough to delete. Return an error also in this case.
While comparing arp and ndp code I found some stylistic differences.
Make both similar to catch