From 8c43696da0c0680820aa949da35e823e68162788 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 Aug 1998 21:13:42 +0000 Subject: Route update hook now gets network prefix as well as updated route attributes. --- nest/protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index a42f565..92bcbbe 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -16,6 +16,7 @@ struct iface; struct rte; struct neighbor; struct rtattr; +struct network; /* * Routing Protocol @@ -59,7 +60,7 @@ struct proto { unsigned preference; /* Default route preference */ void (*if_notify)(struct proto *, unsigned flags, struct iface *new, struct iface *old); - void (*rt_notify)(struct proto *, struct rte *new, struct rte *old); + void (*rt_notify)(struct proto *, struct network *net, struct rte *new, struct rte *old); void (*neigh_notify)(struct neighbor *neigh); void (*dump)(struct proto *); /* Debugging dump */ void (*start)(struct proto *); /* Start the instance */ -- cgit v1.2.3