From d2ceaf4ec82837239a35ace00399ce3aa845849e Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 28 Aug 2009 13:45:43 +0200 Subject: Temporary OSPFv3 development commit --- nest/neighbor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nest') diff --git a/nest/neighbor.c b/nest/neighbor.c index 01dd2ad..7aaf8d7 100644 --- a/nest/neighbor.c +++ b/nest/neighbor.c @@ -100,14 +100,16 @@ if_connected(ip_addr *a, struct iface *i) /* -1=error, 1=match, 0=no match */ * IP address, neigh_find() returns %NULL. */ +/* neighbor * neigh_find(struct proto *p, ip_addr *a, unsigned flags) { return neigh_find2(p, a, NULL, flags); } +*/ neighbor * -neigh_find2(struct proto *p, ip_addr *a, unsigned flags) +neigh_find(struct proto *p, ip_addr *a, unsigned flags) { neighbor *n; int class, scope = SCOPE_HOST; -- cgit v1.2.3