Releases: markverick/ns3-ospf
Releases · markverick/ns3-ospf
Release version 0.1.0-alpha
Basic functionality of OSPFv2
What's currently implemented
- Basic OSPF functionality for point-to-point routers
- Data synchronization and flooding procedures
Major Simplifications
- Link State Updates subject to flooding contain only one Link State Advertisement (LSA) each.
- Link State Updates serving as implicit acknowledgments to Link State Requests may contain multiple LSAs, up to the specified MTU.
- Link State Updates received within a short time window are not aggregated.
- Authentication is not implemented.
- Inter-AS routing is not implemented.
Current Limitations
- Broadcast networks are not supported.
- Area routing is not implemented.
- Network devices added after the OSPF application starts are not dynamically registered.