From 061ab802a67cfc336785f6daeecdcbd4910734ed Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 27 Aug 2009 18:25:46 +0200 Subject: Temporary OSPFv3 development commit --- nest/neighbor.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nest/neighbor.c') diff --git a/nest/neighbor.c b/nest/neighbor.c index 2c5af6a..01dd2ad 100644 --- a/nest/neighbor.c +++ b/nest/neighbor.c @@ -102,6 +102,12 @@ if_connected(ip_addr *a, struct iface *i) /* -1=error, 1=match, 0=no match */ 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) { neighbor *n; int class, scope = SCOPE_HOST; -- cgit v1.2.3