diff options
Diffstat (limited to 'bgpd/bgp_bfd.c')
-rw-r--r-- | bgpd/bgp_bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_bfd.c b/bgpd/bgp_bfd.c index 3f5c4d025..118d8f64c 100644 --- a/bgpd/bgp_bfd.c +++ b/bgpd/bgp_bfd.c @@ -239,7 +239,7 @@ bgp_bfd_dest_update (int command, struct zclient *zclient, struct prefix sp; int status; - ifp = bfd_get_peer_info (zclient->ibuf, &dp, &sp, &status); + ifp = bfd_get_peer_info (zclient->ibuf, &dp, &sp, &status, vrf_id); if (BGP_DEBUG (zebra, ZEBRA)) { |