We want to add support to create a graph using the LSDB information.
Representing Single Area OSPF Adjacencies is pretty simple (will mention the commit id once done). This can be implemented using Type-1 and Type-2 LSAs (we won't see Type-2 LSAs in LSDB if the links where point-to-point)
Representing Multi Area OSPF Adjacencies is pending. My thought process:
- In addition to using Type-1 and Type-2, Type-3 is required to stitch between areas.
- We require LSDB information from ABRs (atleast 1) in every areas.
I'll update this issue if my thought process changes.