From: Pavel Machek Date: Wed, 10 May 2000 12:48:06 +0000 (+0000) Subject: ipa_same does not exist. X-Git-Tag: v1.2.0~943 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8524e9be4f1d15f4cd2cd365d7842eff8d5a499;p=thirdparty%2Fbird.git ipa_same does not exist. --- diff --git a/proto/rip/rip.c b/proto/rip/rip.c index dd76ef8f2..17d0d5a91 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -412,7 +412,7 @@ rip_rx(sock *s, int size) num = size / sizeof( struct rip_block ); if (num>PACKET_MAX) BAD( "Too many blocks" ); - if (ipa_same(i->iface->addr->ip, s->faddr)) { + if (ipa_equal(i->iface->addr->ip, s->faddr)) { DBG("My own packet\n"); return 1; }