summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-18 23:40:11 +0200
committerOndrej Filip <feela@network.cz>2000-04-18 23:40:11 +0200
commit84228eee273e2a689f4479d9a91f6b0a32c19b44 (patch)
tree859814033190e41a92b12e35421b46f6a62ada31 /proto/ospf/lsupd.h
parent19fc4c763e745d56c8d80d04d6813766c1cfa04a (diff)
downloadbird-84228eee273e2a689f4479d9a91f6b0a32c19b44.tar
bird-84228eee273e2a689f4479d9a91f6b0a32c19b44.zip
LS ack bugfix. (I didn't remove LSA from LSret hash.)
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r--proto/ospf/lsupd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h
index 82832ae..e0ecf09 100644
--- a/proto/ospf/lsupd.h
+++ b/proto/ospf/lsupd.h
@@ -14,7 +14,7 @@ void ospf_lsupd_tx(struct ospf_neighbor *n);
void ospf_lsupd_tx_list(struct ospf_neighbor *n, list *l);
void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
struct ospf_iface *ifa, u16 size);
-void flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
+int flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
struct ospf_lsa_header *hh, struct proto_ospf *po, struct ospf_iface *iff,
struct ospf_area *oa);