From d44e686e9bcae5850115c0e1adfe24523dce61ee Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 12 Nov 2015 02:03:59 +0100 Subject: Follow-up commit on integrated BIRD Use net_addr for interface address prefixes, support net_addr in configuration parser. --- nest/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/neighbor.c') diff --git a/nest/neighbor.c b/nest/neighbor.c index 1685d67e..b8832f2f 100644 --- a/nest/neighbor.c +++ b/nest/neighbor.c @@ -79,7 +79,7 @@ if_connected(ip_addr *a, struct iface *i, struct ifa **ap) } else { - if (ipa_in_net(*a, b->prefix, b->pxlen)) + if (ipa_in_netX(*a, &b->prefix)) { #ifndef IPV6 if ((b->pxlen < (BITS_PER_IP_ADDRESS - 1)) && -- cgit v1.2.3