diff options
author | Ondrej Filip <feela@network.cz> | 2000-03-30 02:18:59 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-03-30 02:18:59 +0200 |
commit | 6d2b32114feadb283cb988daa7ed80142aa8c4d1 (patch) | |
tree | 67274abcbca41d5c2b7f640f24f11d90f84c3749 /proto/ospf/packet.c | |
parent | 3ee2310c5dccebe2b63098ab478b5b1d61e4fcb2 (diff) | |
download | bird-6d2b32114feadb283cb988daa7ed80142aa8c4d1.tar bird-6d2b32114feadb283cb988daa7ed80142aa8c4d1.zip |
LSreq initial work.
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index b0ab477..a176c44 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -141,6 +141,7 @@ ospf_rx_hook(sock *sk, int size) break; case LSREQ: DBG("%s: Link state request received.\n", p->name); + ospf_lsreq_rx((struct ospf_lsreq_packet *)ps, p, ifa, size); break; case LSUPD: DBG("%s: Link state update received.\n", p->name); |