]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix route validity check with NHG ID
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 14 May 2020 21:24:46 +0000 (17:24 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:40:59 +0000 (12:40 -0400)
commit2b5ecd4ca6b5fb63cd3e2b82c647350a5259a42a
treea57ed2d6b748c4abb08d96af51afc8a18df94124
parentcd53e3a6e6fd4dd9319fad0222b97fc564e9cb4c
zebra: fix route validity check with NHG ID

Fix check in zread where we determine validity of a route
based on reading in nexthops/checking ID is present.

We had a bad conditional that was determining a route
is bad if its not NHG ID based.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zapi_msg.c