diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-17 14:13:18 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-17 14:13:18 +0100 |
commit | c612a3be310069b9fbbcfef931bb546d536a716f (patch) | |
tree | 6b7a5221866ca582ca71af0a16bf752f766e02ff /nest | |
parent | b77ae37d11aa6e16dce31f50ca42ea30714a793e (diff) | |
download | bird-c612a3be310069b9fbbcfef931bb546d536a716f.tar bird-c612a3be310069b9fbbcfef931bb546d536a716f.zip |
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).
Diffstat (limited to 'nest')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index a1ee2b8..a168b41 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -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 *); |