Changes between Version 41 and Version 42 of Internal/OpenFlow/HostSetup
- Timestamp:
- Jun 14, 2010, 11:27:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/HostSetup
v41 v42 49 49 50 50 ==== 3. Symlinks. ==== 51 The steps are the same as before. Download libpcap.so.0.9.4, found below. Make sure to slap it into /usr/lib before linking.51 Download libpcap.so.0.9.4, found below. Move it into /usr/lib. Run ubuntu_setup.sh (also attached below), or manually create the following links: 52 52 {{{ 53 53 ln /usr/bin/lspci /sbin/lspci … … 58 58 }}} 59 59 60 also check for /sbin/setpci. If it doesn't exist, create another link from /usr/bin/setpci:61 {{{62 ln -s /usr/bin/setpci /sbin/setpci63 }}}64 65 60 ==== 4. Edit files. ==== 66 61 * edit "usleep 250" to "sleep 0.00025" in /test_loopback_drop/run.pl 67 62 * edit /home/netfpga/NF2/projects/router_kit/sw/rkd.cc to include limits.h 68 63 69 NOTE: this edit is no longer required for version 2.1.1 of the package. 64 '''NOTE: this edit is no longer required for version 2.1.1 of the package. ''' 70 65 71 66 ==== 5. Setting Variables. ==== … … 141 136 142 137 ==== 2. !OpenFlow package installation ==== 143 This happens in the same directory as the netfpga install (here, /home/test). From git repository (automatically pulls the newest version):138 This happens in the same directory as the netfpga install. From git repository (automatically pulls the newest version): 144 139 {{{ 145 140 git clone git://openflowswitch.org/openflow.git