- Aug 17, 2010
- Aug 16, 2010
-
-
Bob Lantz authored
This should be mostly cosmetic, but it causes switches to number their ports consistently with OpenFlow 1.0, which starts at 1. For older versions of OpenFlow, SWITCH_PORT_BASE may be set to zero.
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
OpenFlow versions > v0.9 require this. Only tested w/FatTree topo - it's almost a guarantee that this breaks every other topology.
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
The OVS interface for this moved to ovs-openflowd. This functionality was never there for the user-space switch. Now it's in.
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
OVS1.0.1 does not work with veth pairs.
-
Brandon Heller authored
-
Brandon Heller authored
Remove all OpenFlow Ref kmod stuff.
-
Bob Lantz authored
-
Brandon Heller authored
-
- Aug 11, 2010
- Jun 16, 2010
- May 21, 2010
-
-
Brandon Heller authored
-
- May 07, 2010
- May 05, 2010
- Apr 30, 2010
-
-
Bob Lantz authored
-
- Apr 28, 2010
-
-
Bob Lantz authored
-
- Apr 24, 2010
- Apr 23, 2010
-
-
Bob Lantz authored
Minor cosmetic change, really.
-
Bob Lantz authored
Note now that we can pass options into switches; for example, we could enable stp with Switch( 's1', opts='--stp' ).
-
Bob Lantz authored
-
Bob Lantz authored
It seems that it is more convenient to be able to call cmd( 'foo', 'bar', 1) for example. However, this may make it slightly less efficient, so we will see how it works.
-