Skip to content

A simple RYU controller intended for use with RouteFlow to reduce the number of packet-in and packet-out messages

Notifications You must be signed in to change notification settings

openvapour/routeflow-fastpath

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

routeflow-fastpath

A simple RYU controller intended for use with RouteFlow to reduce the number of packet-in and packet-out messages

  • Setup
  1. Create a link between the physical network switches and the the controller.
  2. Once routeflow is running and has installed its rules add this port to dp0 and ensure the same occurs on the network switches
    • See patch-ovs.sh which shows how to patch these tap ports into dp0, the same applies for physical interfaces
    • Note if you network is mininet use Intf("tap_fastpath", node=s1)
  3. Add both rffastpath.py as an additional controller to both dp0 and the network switches
    • See patch-ovs.sh which shows how to patch these tap ports into dp0, the same applies for physical interfaces
  4. Update DP IDs and ports at the top of rffastpath to match your network
  5. Run ryu-manager rffastpath.py
  6. Done

About

A simple RYU controller intended for use with RouteFlow to reduce the number of packet-in and packet-out messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%