From c612a3be310069b9fbbcfef931bb546d536a716f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 17 Mar 1999 13:13:18 +0000 Subject: 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). --- nest/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/protocol.h') 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 *); -- cgit v1.2.3