From 23ac9e9a9eefe13918ee7f21a1d0f271a44d9efd Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 31 May 2009 15:24:27 +0200 Subject: Changes pipes to transfer all routes between routing table, not just optimal routes. --- nest/proto-hooks.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/proto-hooks.c') diff --git a/nest/proto-hooks.c b/nest/proto-hooks.c index 82df5cb..9af6ef5 100644 --- a/nest/proto-hooks.c +++ b/nest/proto-hooks.c @@ -188,6 +188,8 @@ void ifa_notify(struct proto *p, unsigned flags, struct ifa *a) * belonging to network @net being replaced by a new route @new with * extended attributes @attrs. Either @new or @old or both can be %NULL * if the corresponding route doesn't exist. + * + * FIXME documentation */ void rt_notify(struct proto *p, net *net, rte *new, rte *old, ea_list *attrs) { DUMMY; } -- cgit v1.2.3