| 323 | |
| 324 | === 10/13/2010 === |
| 325 | |
| 326 | We're abondonning the openvswithc software in favor of standfords home brew swtich stuff. |
| 327 | |
| 328 | Starting from 5.2 baseline: |
| 329 | {{{ |
| 330 | root@node1-7:~# lsb_release -a |
| 331 | No LSB modules are available. |
| 332 | Distributor ID: Ubuntu |
| 333 | Description: Ubuntu 9.10 |
| 334 | Release: 9.10 |
| 335 | Codename: karmic |
| 336 | }}} |
| 337 | |
| 338 | |
| 339 | 1. Get the build tools and hostpad |
| 340 | {{{ |
| 341 | apt-get install build-essential hostapd git-core autoreconf libtool |
| 342 | }}} |
| 343 | 1. Get their software switch |
| 344 | {{{ |
| 345 | git clone git://openflowswitch.org/openflow |
| 346 | }}} |
| 347 | 1. |