summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-05-29 13:06:08 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-06-04 11:30:34 +0300
commitc98bd5cda37c6cc2403c2e86f087bfd190f058f6 (patch)
tree7a2a4953c33d0206a6aa1d77e9e5dd817f5dade3 /zebra/zebra_rib.c
parent6ba8861ce832ca9789c8ee1d77db87b6927467c9 (diff)
downloadquagga-c98bd5cda37c6cc2403c2e86f087bfd190f058f6.tar.bz2
quagga-c98bd5cda37c6cc2403c2e86f087bfd190f058f6.tar.xz
fix the previous zebra-nexthop-tracking commit
cherry-pick fix hunks zebra-nht-routemap.patch and zebra-static-route-nht.patch with few additional fixes. Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index 2ad4d2ea..03ebb15d 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -1579,9 +1579,9 @@ process_subq (struct list * subq, u_char qindex)
static void
meta_queue_process_complete (struct work_queue *dummy)
{
- zebra_evaluate_rnh_table(0, AF_INET);
+ zebra_evaluate_rnh_table(0, AF_INET, 0);
#ifdef HAVE_IPV6
- zebra_evaluate_rnh_table(0, AF_INET6);
+ zebra_evaluate_rnh_table(0, AF_INET6, 0);
#endif /* HAVE_IPV6 */
}