sachinites / SPFComputation

This project is about building the unicast routing table by performing the Shortest path tree computation on an input Network Topology(Graph)
GNU General Public License v3.0
8 stars 5 forks source link

Segregate the nexthops from routing entry in RIBs #10

Open sachinites opened 6 years ago

sachinites commented 6 years ago

Segregate the nexthops from routing entry in RIBs. Nexthops should be a separate databse. Routing entry must have linkage to appropriate nexthops. Will be memory optimization for maintains RIBs.