From bb027be1e232ca2207a03a8e001441965cc07801 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 1999 18:55:35 +0000 Subject: Added extra argument to rt_update hook which contains a pointer to the temporary attribute list. --- nest/rt-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index a603c7f..7aff8b3 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -127,7 +127,7 @@ do_rte_announce(struct announce_hook *a, net *net, rte *new, rte *old, ea_list * } } if (new || old) - p->rt_notify(p, net, new, old); + p->rt_notify(p, net, new, old, tmpa); if (new && new != new0) /* Discard temporary rte's */ rte_free(new); if (old && old != old0) -- cgit v1.2.3