diff options
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |