Changes between Version 2 and Version 3 of Internal/OpenFlow/Controllers/FlowVisor
- Timestamp:
- Sep 10, 2010, 6:28:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/FlowVisor
v2 v3 1 1 = !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 !Flow visor 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. 3 3 4 4 == references == 5 * m ian docs: http://www.openflowswitch.org/wk/index.php/FlowVisor5 * main docs: http://www.openflowswitch.org/wk/index.php/FlowVisor 6 6 7 7 == prereqs == 8 The latest !FlowVisor , which supports !OpenFlow 1.0,is based on java, requiring the following packages:8 The latest !FlowVisor (which supports !OpenFlow 1.0 at this time) is based on java, requiring the following packages: 9 9 * ant 10 10 * sun-java6-jdk 11 It is assumed that you have !OpenFlow installed and in working condition. 11 12 12 13 == installation == … … 43 44 /usr/lib/jvm/java-6-sun-1.6.0.20/include/jni.h 44 45 }}} 45 7. run ''make install''46 7. run ''make tests''and ''make install'' 46 47 47 48 == configuration == 49 Configuration files should be placed in a directory called "flowvisor-conf.d". 48 50 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