- Aug 17, 2010
-
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
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.
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
Interactive commands should "work", sort of.
-
- Aug 10, 2010
-
-
Brandon Heller authored
-
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.
-
- Aug 06, 2010
-
-
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
-
- Aug 05, 2010
-
-
Brandon Heller authored
Remove all OpenFlow Ref kmod stuff.
-
- 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.
-
Bob Lantz authored
Link check wasn't quite right - e.g. 'eth1' could be found in 'eth10' previously. Updated quietRun to allow passing in args directly rather than as a list.
-
Bob Lantz authored
I'm still not 100% sure on this.
-
Bob Lantz authored
-