]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Change nexthop merging order to prefer earlier nexthops
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 27 Aug 2020 01:24:04 +0000 (03:24 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 27 Aug 2020 01:24:04 +0000 (03:24 +0200)
commit5ae13e157f0aae80388ceba20cd3264f845ada82
tree91076cf10d5bc60a0a1f3a2d9441eaee132c4e80
parent00cf501a0a74ee33307deddd0adf59942d634da3
Nest: Change nexthop merging order to prefer earlier nexthops

When nexthop merge limit was applied, the old code used first N nexthops
in the canonical ordering. Now the code prefers nexthops based on the
order or routes in the network.
nest/route.h
nest/rt-attr.c
nest/rt-table.c