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

Enhance Dataplane code to parse pseudopackets #42

Open sachinites opened 5 years ago

sachinites commented 5 years ago

Currently, Dataplane code is very Raw and it only decides nexthop based on input destination address. Enhance dataplane to parse the actual raw packet organised with network headers.