diff options
Diffstat (limited to 'zebra/zapi_msg.c')
| -rw-r--r-- | zebra/zapi_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c index b69200d96c..1b6f37ec6a 100644 --- a/zebra/zapi_msg.c +++ b/zebra/zapi_msg.c @@ -2127,7 +2127,7 @@ static void zread_route_add(ZAPI_HANDLER_ARGS) nhe.backup_info = bnhg; } ret = rib_add_multipath_nhe(afi, api.safi, &api.prefix, src_p, - re, &nhe); + re, &nhe, false); /* * rib_add_multipath_nhe only fails in a couple spots |
