]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix neighbor handling for colliding ranges
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 11 May 2020 02:29:36 +0000 (04:29 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 11 May 2020 02:29:36 +0000 (04:29 +0200)
commitb8bbbbaf569799ab8faff0ee185528b6a2129154
tree300e4b88c161b5d430735a736053bce408b8ef8a
parentf7c34aa227693194e53ca0435dba52c2a839bae8
Nest: Fix neighbor handling for colliding ranges

Resolve neighbors using longest prefix match. Although interface ranges
should not generally collide, it may happen for unnumbered links.

Thanks to Kenth Eriksson for the bugreport.
nest/iface.c
nest/iface.h
nest/neighbor.c