Changes between Version 2 and Version 3 of Internal/OpenFlow/Controllers/FlowVisor


Ignore:
Timestamp:
Sep 10, 2010, 6:28:40 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/FlowVisor

    v2 v3  
    11= !FlowVisor =
    2 !FlowVisor is a specialized !OpenFlow controller that creates slices within an !OpenFlow network, allowing the same physical deployment to support multiple controllers. Here we describe the setup/installation !Flowvisor 6.0 on Ubuntu 9.10.
     2!FlowVisor is a specialized !OpenFlow controller that creates slices within an !OpenFlow network, allowing the same physical deployment to support multiple controllers. Here we describe the setup/installation !FlowVisor 6.0 on Ubuntu 9.10.
    33
    44== references ==
    5  * mian docs: http://www.openflowswitch.org/wk/index.php/FlowVisor
     5 * main docs: http://www.openflowswitch.org/wk/index.php/FlowVisor
    66
    77== prereqs ==
    8 The latest !FlowVisor, which supports !OpenFlow 1.0, is based on java, requiring the following packages:
     8The latest !FlowVisor (which supports !OpenFlow 1.0 at this time) is based on java, requiring the following packages:
    99 * ant
    1010 * sun-java6-jdk
     11It is assumed that you have !OpenFlow installed and in working condition.
    1112
    1213== installation ==
     
    4344/usr/lib/jvm/java-6-sun-1.6.0.20/include/jni.h
    4445}}}
    45  7. run ''make install''
     46 7. run ''make tests''and ''make install''
    4647
    4748== configuration ==
     49Configuration files should be placed in a directory called "flowvisor-conf.d".
    4850
     51!FlowVisor reads any files ending in ''.guest'' and ''.switch'' in the directory. The first describes policies, and the latter, the datapaths associated with the policies.
     52
     53