diff options
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r-- | zebra/zserv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 9f16c5ef..6ae22d48 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -697,8 +697,8 @@ zserv_nexthop_register (struct zserv *client, int sock, u_short length) rnh = zebra_add_rnh(&p, 0); zebra_add_rnh_client(rnh, client); } - zebra_evaluate_rnh_table(0, AF_INET); - zebra_evaluate_rnh_table(0, AF_INET6); + zebra_evaluate_rnh_table(0, AF_INET, 0); + zebra_evaluate_rnh_table(0, AF_INET6, 0); return 0; } |