Changes between Version 21 and Version 22 of Internal/OpenFlow/DemoAPImage


Ignore:
Timestamp:
Oct 13, 2010, 7:19:51 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/DemoAPImage

    v21 v22  
    321321
    322322Apparently if the bridge interface is up (which will be the case if you give it an ip address) then the virtual switch can't register with snac. (why this is is a great questions but we'll have to save that for later (an e-mail to openvswitch group).   
     323
     324=== 10/13/2010 ===
     325
     326We're abondonning the openvswithc software in favor of standfords home brew swtich stuff.
     327
     328Starting from 5.2 baseline:
     329{{{
     330root@node1-7:~# lsb_release -a
     331No LSB modules are available.
     332Distributor ID: Ubuntu
     333Description:    Ubuntu 9.10
     334Release:        9.10
     335Codename:       karmic
     336}}}
     337
     338
     339 1. Get the build tools and hostpad
     340    {{{
     341apt-get install build-essential hostapd git-core autoreconf libtool
     342}}}
     343 1. Get their software switch
     344    {{{
     345git clone git://openflowswitch.org/openflow
     346}}}
     347 1.