Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 713 Bytes

multipath-openflow

Multi failsafe routing mechanism for ODL and OvS

The source code used for master's dissertation Critical Ethernet based on OpenFlow

There are 2 versions:

The first one, more naive, only create 2 disjoint paths (can pass on same nodes, but on different links).

On this example the disjoint paths are: 1-2-3 and 1-4-5-3.

The second one, more robust, creates a backup path for each link on the primary path.

On this example the backup path for link 5-3 is 5-4-2-3.