]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix specific prefix handling
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 10 Mar 2017 00:37:23 +0000 (19:37 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 10 Mar 2017 00:37:23 +0000 (19:37 -0500)
commitfeb554e5089492871aefb9016b875e5352ecc5a8
treeff88d6263e7d3a10a42321b12c5ce8632927573d
parent685e701ef39b206b8dc6bcc6672b4de4ae09b049
zebra: Fix specific prefix handling

Suppose we are handling the process_workq and either a new static
route is installed or a Routing Protocol installs a new route.
We will call evaluate_rnh with a specific prefix.  We might
have a situation where we clear the NHC flag prematurely.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rnh.c