]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
ipa_same does not exist.
authorPavel Machek <pavel@ucw.cz>
Wed, 10 May 2000 12:48:06 +0000 (12:48 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 10 May 2000 12:48:06 +0000 (12:48 +0000)
proto/rip/rip.c

index dd76ef8f21791de12a4ab6e89f3a9a159a27e27d..17d0d5a918d209d7ff804966ddfe0c1c472b8127 100644 (file)
@@ -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;
   }