summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c
index 17c503c4..54da2253 100644
--- a/proto/bgp/bgp.c
+++ b/proto/bgp/bgp.c
@@ -1715,7 +1715,7 @@ bgp_init(struct proto_config *CF)
P->rte_igp_metric = bgp_rte_igp_metric;
#ifdef CONFIG_BMP
- P->rte_update_in_notify = bgp_rte_update_in_notify;
+ P->rte_update_in_notify = bmp_route_monitor_update_in_notify;
#endif
p->cf = cf;