diff options
author | Ondrej Filip <feela@network.cz> | 2000-03-30 20:00:42 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-03-30 20:00:42 +0000 |
commit | de769e24c01ff0c4aa573d9b4cec833dcae182d2 (patch) | |
tree | 2e930b785fecbe391e2ed53d67e8cc8e6c6cd243 /proto/ospf/ospf.h | |
parent | 95eb1dba3ffe810bd876546ca4580af3bccdf181 (diff) |
Skeleton structures and files added.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 283ccc9a..bc37fc48 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; |