Changes between Version 41 and Version 42 of Internal/OpenFlow/HostSetup


Ignore:
Timestamp:
Jun 14, 2010, 11:27:08 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/HostSetup

    v41 v42  
    4949
    5050==== 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.
     51Download 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:
    5252{{{
    5353ln /usr/bin/lspci /sbin/lspci
     
    5858}}}
    5959
    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/setpci
    63 }}}
    64 
    6560==== 4. Edit files. ====
    6661 * edit "usleep 250" to "sleep 0.00025" in /test_loopback_drop/run.pl
    6762 * edit /home/netfpga/NF2/projects/router_kit/sw/rkd.cc to include limits.h
    6863
    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. '''
    7065
    7166==== 5. Setting Variables. ====
     
    141136
    142137==== 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):
     138This happens in the same directory as the netfpga install. From git repository (automatically pulls the newest version):
    144139{{{
    145140git clone git://openflowswitch.org/openflow.git