diff options
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 0258c24090..6be91da54a 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -2739,7 +2739,7 @@ int rib_add_multipath(afi_t afi, safi_t safi, struct prefix *p, return -1; } } else { - nhe = zebra_nhg_rib_find(0, re->ng, re->vrf_id, afi); + nhe = zebra_nhg_rib_find(0, re->ng, afi); /* * The nexthops got copied over into an nhe, |
