summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-30 19:51:22 +0200
committerOndrej Filip <feela@network.cz>2000-05-30 19:51:22 +0200
commit3dd8f983b649c83f50d44ca2093ab1f931eaba4d (patch)
tree10957a08a59a4e315eef0fa7f67b52520ce17cf6 /proto/ospf/lsupd.h
parent3d410fdfa1a6fc20952cf94b39ebff197a3c065a (diff)
downloadbird-3dd8f983b649c83f50d44ca2093ab1f931eaba4d.tar
bird-3dd8f983b649c83f50d44ca2093ab1f931eaba4d.zip
You can decide if add LSA into lsrth during flood_lsa().
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 56368ba..61dd5d0 100644
--- a/proto/ospf/lsupd.h
+++ b/proto/ospf/lsupd.h
@@ -15,7 +15,7 @@ void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
struct ospf_iface *ifa, u16 size);
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);
+ struct ospf_area *oa, int rtl);
void net_flush_lsa(struct top_hash_entry *en, struct proto_ospf *po,
struct ospf_area *oa);