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

Spring RLFA backups should be preferred over LDP RLFA backups #29

Open sachinites opened 6 years ago

sachinites commented 6 years ago

When a route has a PQ node as a backup, and pq_node is not spring capable, then LDP should listen to inet.0 flash and pick the RLFA backups to create TLDP sessions to PQ node. LDP should install these sessions as backup routes in inet,3 table.

If route has spring rlfa, then LDP should not create TLDP sessions to pq-node for this route. LDP Have to listen to inet.3 flash to know about this. If already existing, it should delete.

Intent is : When we have a spring rlfa backup, then we must not create TLDP session with that remote node.