mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-18 06:51:54 +00:00
ipa_same does not exist.
This commit is contained in:
parent
0bff946c0a
commit
b8524e9be4
@ -412,7 +412,7 @@ rip_rx(sock *s, int size)
|
|||||||
num = size / sizeof( struct rip_block );
|
num = size / sizeof( struct rip_block );
|
||||||
if (num>PACKET_MAX) BAD( "Too many blocks" );
|
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");
|
DBG("My own packet\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user