diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-02 22:41:33 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-02 22:41:33 +0200 |
commit | 394acced118df7360e480920c65ca260c5b8c44f (patch) | |
tree | 8f90c12250f8856d7d38694260bcb4afdf1eaacb /proto/ospf/packet.c | |
parent | db9fb727699a6244afcff28dcc2320a3e66ee269 (diff) | |
download | bird-394acced118df7360e480920c65ca260c5b8c44f.tar bird-394acced118df7360e480920c65ca260c5b8c44f.zip |
Work on lsupdates continues. Some checksum cleanup.
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 a176c44..8cc308a 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -145,6 +145,7 @@ ospf_rx_hook(sock *sk, int size) break; case LSUPD: DBG("%s: Link state update received.\n", p->name); + ospf_lsupd_rx((struct ospf_lsupd_packet *)ps, p, ifa, size); break; case LSACK: DBG("%s: Link state ack received.\n", p->name); |