diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-08 22:19:41 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-08 22:19:41 +0100 |
commit | 99f5fc14cd457f71973bc2264566284049ccfb2c (patch) | |
tree | a9448b1b462934b64ff0350f787036bd892da3eb /proto/ospf/packet.c | |
parent | fc33143f02642cc775a704dec37446e0b4343a43 (diff) | |
download | bird-99f5fc14cd457f71973bc2264566284049ccfb2c.tar bird-99f5fc14cd457f71973bc2264566284049ccfb2c.zip |
A partial vlink fix.
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) |