mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +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 );
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user