summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-17 22:42:42 +0200
committerOndrej Filip <feela@network.cz>2000-04-17 22:42:42 +0200
commit38130b863ffcab6b45484e4e5f1eca1dd933bb1a (patch)
tree1180ae19f81bb3b2582ce9424f41a75ba2a75856 /proto/ospf/lsupd.h
parent52276996063bc4a0fbcb642f5075df1cde7ce684 (diff)
downloadbird-38130b863ffcab6b45484e4e5f1eca1dd933bb1a.tar
bird-38130b863ffcab6b45484e4e5f1eca1dd933bb1a.zip
Small change in LSA originating.
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r--proto/ospf/lsupd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h
index 369eb76..82832ae 100644
--- a/proto/ospf/lsupd.h
+++ b/proto/ospf/lsupd.h
@@ -14,5 +14,8 @@ 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,
+ struct ospf_lsa_header *hh, struct proto_ospf *po, struct ospf_iface *iff,
+ struct ospf_area *oa);
#endif /* _BIRD_OSPF_LSUPD_H_ */