summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-30 22:00:42 +0200
committerOndrej Filip <feela@network.cz>2000-03-30 22:00:42 +0200
commitde769e24c01ff0c4aa573d9b4cec833dcae182d2 (patch)
tree2e930b785fecbe391e2ed53d67e8cc8e6c6cd243 /proto/ospf/ospf.h
parent95eb1dba3ffe810bd876546ca4580af3bccdf181 (diff)
downloadbird-de769e24c01ff0c4aa573d9b4cec833dcae182d2.tar
bird-de769e24c01ff0c4aa573d9b4cec833dcae182d2.zip
Skeleton structures and files added.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 283ccc9..bc37fc4 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -246,6 +246,16 @@ struct ospf_lsreq_header {
u32 rt; /* Advertising router */
};
+struct ospf_lsupd_packet {
+ struct ospf_packet ospf_packet;
+ u32 lsano; /* Number of LSA's */
+};
+
+struct ospf_lsack_packet {
+ struct ospf_packet ospf_packet;
+};
+
+
struct ospf_neighbor
{
node n;