From: Ondrej Zajicek Date: Wed, 22 Dec 2010 22:33:40 +0000 (+0100) Subject: Remove unnecessary check. X-Git-Tag: v1.3.0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cab377d92b62c028ee7aab49049b7cb6cd53ab9;p=thirdparty%2Fbird.git Remove unnecessary check. --- diff --git a/nest/iface.c b/nest/iface.c index c52367824..19b19ed57 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -483,8 +483,6 @@ ifa_update(struct ifa *a) break; } - if (!(i->flags & IF_MULTIACCESS) && a->pxlen < BITS_PER_IP_ADDRESS - 2) - log(L_WARN "Strange prefix length %d for point-to-point interface %s", a->pxlen, i->name); #ifndef IPV6 if ((i->flags & IF_BROADCAST) && !ipa_nonzero(a->brd)) log(L_ERR "Missing broadcast address for interface %s", i->name);