From 99f5fc14cd457f71973bc2264566284049ccfb2c Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 8 Jan 2010 22:19:41 +0100 Subject: A partial vlink fix. --- proto/ospf/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/packet.c') diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 1a02c00..ce9739e 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -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) -- cgit v1.2.3