Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: Pass in ZEBRA_ROUTE_MAX instead of true
zebra_nhg_install_kernel takes a route type. We don't know it at that particular spot but we should not be passing in `true`. Let's use ZEBRA_ROUTE_MAX to indicate we do not know, so that the correct thing is done. Signed-off-by: Donald Sharp <[email protected]> (cherry picked from commit 58722b9) # Conflicts: # zebra/zebra_nhg.c
- Loading branch information