]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix primary flag in show route
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 25 Oct 2019 11:28:51 +0000 (13:28 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 25 Oct 2019 11:28:51 +0000 (13:28 +0200)
commit498d8145c0984acf6b39d7e312950315571e7030
tree96d15b7f3ce272e36b9a7a23acb5e9dffa548646
parentec331acf48535211fb5b50c87e74bf1c8370283a
Nest: Fix primary flag in show route

The route is changed by rte_make_tmp_attrs(), so we need to compare
net->routes to the original one.

Thanks to Kenth Eriksson for the bugreport.
nest/rt-show.c