diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-04 02:32:17 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-04 02:32:17 +0200 |
commit | 921a93f2176723d235989efe882050c0265bea84 (patch) | |
tree | 0335dfb3757725adfd897bdf12cd5b1578423514 /proto/ospf/lsack.c | |
parent | 8496b2e41a81f8281da0e0c3e4bbb72a57d3bf21 (diff) | |
download | bird-921a93f2176723d235989efe882050c0265bea84.tar bird-921a93f2176723d235989efe882050c0265bea84.zip |
Flooding work continues.
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r-- | proto/ospf/lsack.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index 5870809..f34f776 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -37,3 +37,9 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p, /* FIXME Go on! */ } +void +add_ack_list(struct ospf_neighbor *n,struct ospf_lsa_header *lsa) +{ + /* FIXME Go on */ +} + |