From c98bd5cda37c6cc2403c2e86f087bfd190f058f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 29 May 2015 13:06:08 +0300 Subject: fix the previous zebra-nexthop-tracking commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cherry-pick fix hunks zebra-nht-routemap.patch and zebra-static-route-nht.patch with few additional fixes. Signed-off-by: Timo Teräs --- zebra/zebra_rib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zebra/zebra_rib.c') 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 */ } -- cgit v1.2.3