1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

A partial vlink fix.

This commit is contained in:
Ondrej Zajicek
2010-01-08 22:19:41 +01:00
parent fc33143f02
commit 99f5fc14cd
3 changed files with 19 additions and 7 deletions

View File

@@ -287,7 +287,7 @@ ospf_rx_hook(sock * sk, int size)
return 1;
}
/* This is strange! */
/* We receive packets related to vlinks even on non-vlink sockets */
if ((ifa->oa->areaid != 0) && (ntohl(ps->areaid) == 0))
{
WALK_LIST(iff, po->iface_list)