mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
BMP: Remove duplicate functions for update encoding
Use existing BGP functions also for BMP update encoding.
This commit is contained in:
committed by
Ondrej Zajicek
parent
568fd66613
commit
4d56b70dc5
@@ -214,8 +214,7 @@ struct proto {
|
||||
void (*if_notify)(struct proto *, unsigned flags, struct iface *i);
|
||||
void (*ifa_notify)(struct proto *, unsigned flags, struct ifa *a);
|
||||
void (*rt_notify)(struct proto *, struct channel *, struct network *net, struct rte *new, struct rte *old);
|
||||
void (*rte_update_in_notify)(const struct proto *, const struct channel *,
|
||||
const net *net, const struct rte *new, const struct rte *old, const struct rte_src *src);
|
||||
void (*rte_update_in_notify)(struct channel *, const net_addr *, const struct rte *, const struct rte_src *);
|
||||
void (*neigh_notify)(struct neighbor *neigh);
|
||||
int (*preexport)(struct channel *, struct rte *rt);
|
||||
void (*reload_routes)(struct channel *);
|
||||
|
Reference in New Issue
Block a user