A port of the RFProxy application to Ryu. This repository is referenced by a core RouteFlow repository, and it is recommended to install via that repository (see "Building" below).
- RouteFlow
- Ryu-2.0
Ryu-rfproxy requires RouteFlow to run. The usual way to install RouteFlow and all of its dependencies is as follows:
- Clone RouteFlow
$ git clone git@github.com:routeflow/RouteFlow.git
- Fetch dependencies and install VMs (This will clone this repository)
$ RouteFlow/build.sh -i ryu
RouteFlow usually supplies a script to run all of the components in the correct order. If you want to run ryu-rfproxy, load the app by using ryu-manager in the RouteFlow directory:
$ cd RouteFlow; ryu-manager ryu-rfproxy/rfproxy.py
Q. When I run RouteFlow, I get messages about the database connection failing:
database connection failed (No such file or directory)```
A. Check that ovsdb-server and ovs-vswitchd are up and running correctly. If
you're using a version of Open vSwitch compiled from source, you may need to
start them manually. Open vSwitch's
[INSTALL](http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL;hb=HEAD)
file has more information on this topic.
License
-------
This project uses the Apache License version 2.0. See LICENSE for more details.