From 84228eee273e2a689f4479d9a91f6b0a32c19b44 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 18 Apr 2000 21:40:11 +0000 Subject: LS ack bugfix. (I didn't remove LSA from LSret hash.) --- proto/ospf/lsupd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsupd.h') diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h index 82832aee..e0ecf097 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); -- cgit v1.2.3