mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Removed the `rta_same' hook since it's no longer needed (all protocols
needing some local information should use extended attrs and cached rta's).
This commit is contained in:
@@ -93,7 +93,6 @@ struct proto {
|
||||
void (*rt_notify)(struct proto *, struct network *net, struct rte *new, struct rte *old);
|
||||
void (*neigh_notify)(struct neighbor *neigh);
|
||||
|
||||
int (*rta_same)(struct rta *, struct rta *);
|
||||
int (*rte_better)(struct rte *, struct rte *);
|
||||
void (*rte_insert)(struct network *, struct rte *);
|
||||
void (*rte_remove)(struct network *, struct rte *);
|
||||
|
Reference in New Issue
Block a user