]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix show route export maarten
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Dec 2020 12:18:52 +0000 (13:18 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Dec 2020 12:18:52 +0000 (13:18 +0100)
commit68bc3ed98e7e7116be2ae9f7714b5810c1a8bcc1
treea1daecce03a3a29c0469df2c467efb6774a9403c
parent6157f28a066b24c71067153afb168e7600f4fce1
Nest: Fix show route export

The showed route is a new structure as an export filter is applied on it
due to 'export' flag, then it is compared to the original best route to
see if it is the best one.

Bug already fixed in master branch.
nest/rt-show.c