diff options
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 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; |