...
To install the agent code, download it from GitHub:
Code Block | ||
---|---|---|
| ||
$ git clone http://github.com/aaronoroson/SteroidOpenFlowService.git $ cd SteroidOpenFlowService $ git submodule init $ git submodule update $ cd sos-agent $ make |
...
Installing Open vSwitch
At this point, the agent code has been compiled and is ready to go. Before we can use it with the controller, we need to also install Open vSwitch (OVS) on the agent machine. The purpose of OVS is to perform packet header rewrite operations not currently possible on hardware switches.
...