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

Take Care of SWAP #52

Open sachinites opened 4 years ago

sachinites commented 4 years ago

It has been not considered SWAP to be placed in mpls label stack for mpls.0 routes and directly push the next label. Check for issues such as this through out the SR code + tilfa code and fix it. This issue wont matter as long as SRGB is same on all SR nodes, but it will break traffic flow if SRGB is different on different nodes.

sachinites commented 4 years ago

Fixed in TILFA code. To be fixed in Base SR code.