]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Keep route ordering during route updates
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 16 Jul 2020 13:08:03 +0000 (15:08 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 16 Jul 2020 13:08:03 +0000 (15:08 +0200)
commit00cf501a0a74ee33307deddd0adf59942d634da3
treeef20f673652cb1797894bfdab51244b4c67ebb55
parentd825b7d8f0f23ac787128394244f2829bec1e418
Nest: Keep route ordering during route updates

Put new non-best routes to the end of list instead of the second
position. Put updated routes to their old position. Position is changed
just by best route selection.
nest/rt-table.c