Changes between Version 1 and Version 2 of Internal/OpenFlow/Controllers/FlowVisor
- Timestamp:
- Sep 10, 2010, 3:12:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/FlowVisor
v1 v2 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 !Flowvisor 6.0. 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 !Flowvisor 6.0 on Ubuntu 9.10. 3 4 == references == 5 * mian docs: http://www.openflowswitch.org/wk/index.php/FlowVisor 3 6 4 7 == prereqs == 5 The latest flowvisoris based on java, requiring the following packages:8 The latest !FlowVisor, which supports !OpenFlow 1.0, is based on java, requiring the following packages: 6 9 * ant 7 10 * sun-java6-jdk … … 30 33 sh ./boot.sh 31 34 }}} 32 5. ''./configure''35 5. run ''./configure'' 33 36 6. run make: 34 37 {{{ … … 40 43 /usr/lib/jvm/java-6-sun-1.6.0.20/include/jni.h 41 44 }}} 45 7. run ''make install'' 42 46 47 == configuration == 48