]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_route.c
bgpd, lib, ripngd: Add agg_node_get_prefix
[mirror_frr.git] / bgpd / bgp_route.c
index e1c72d8bbdb41188297c4bc98f44f263948014f1..c958e330c0dcb569a9d8263d71c2b6f5e0190e14 100644 (file)
@@ -4028,7 +4028,7 @@ filtered:
        return 0;
 }
 
-int bgp_withdraw(struct peer *peer, struct prefix *p, uint32_t addpath_id,
+int bgp_withdraw(struct peer *peer, const struct prefix *p, uint32_t addpath_id,
                 struct attr *attr, afi_t afi, safi_t safi, int type,
                 int sub_type, struct prefix_rd *prd, mpls_label_t *label,
                 uint32_t num_labels, struct bgp_route_evpn *evpn)