]> 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:02:10 +0000 (15:02 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 16 Jul 2020 13:02:10 +0000 (15:02 +0200)
commitc0e1f534c95f5f395fda62b01ea1c245323e3aed
treef2fecb667261ec068c282fea210c92197ccf078c
parentc26c6bc2d78a2fe76f27dcc9fbb5afc95c3a7626
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