diff options
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r-- | zebra/zebra_rib.c | 4 |
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 */ } |