- Jun 18, 2013
-
-
Bob Lantz authored
fixes #152 hopefully
-
- Jun 12, 2013
-
-
Bob Lantz authored
-
- Jun 07, 2013
-
-
Bob authored
node: Allow OVSSwitch to run in userspace mode
-
Murphy McCauley authored
This adds a datapath parameter to OVSSwitch which allows one to tell OVS to run in userspace mode rather than kernel mode. From the commandline, this is --switch=ovsk,datapath=user. Note that this makes "ovsk" and the OVSKernelSwitch alias misnomers. Since the default behavior is still kernel mode, this is hopefully harmless. This is the second version of this patch, which changes the argument name and values according to Bob's suggestion.
-
- Jun 05, 2013
-
-
Brandon Heller authored
The previous version (12-05-16) does not compile on Ubuntu 12.10. Also use a local variable to reduce duplication.
-
- Jun 04, 2013
- May 29, 2013
-
-
Bob Lantz authored
fixes #142
-
- May 24, 2013
-
-
Bob authored
Fix method name mismatch for setDefaultRoute. This seems to be logically correct according to the intention of the code, but it may cause some trouble because routes will now be flushed by Mininet.configHosts().
-
- May 23, 2013
- Apr 29, 2013
-
-
Bob Lantz authored
This should fix the problem of dump-flows not showing the OpenFlow flow table flows and only showing cached kernel flow table flows. fixes #136
-
- Apr 26, 2013
-
-
Andrew Ferguson authored
-
- Apr 25, 2013
-
-
Andrew Ferguson authored
-
- Apr 12, 2013
-
-
Bob Lantz authored
-
- Apr 10, 2013
- Apr 09, 2013
-
-
Bob authored
Adjust numbering to support tc-based switch QoS This looks fine to me - probably we want to change the way this works eventually, but for now renumbering it is fine and we can change the numbering later if desired.
-
- Mar 30, 2013
-
-
Andrew Ferguson authored
both the reference switch and Open vSwitch assume ids with major 1 can be used for tc-based QoS
-
- Mar 29, 2013
-
-
Bob Lantz authored
This may or may not be the right thing to do - an alternative would be to ignore SIGINT, but that would make the popen() job unkillable by normal means! So we'll try this and see how well it works. Fixes #124
-
- Mar 25, 2013
-
-
Bob Lantz authored
In the future we may wish to enable moving interfaces across nodes which are not in the root NS, and this would provide the low-level mechanism to do so. closes #122
-
- Mar 24, 2013
- Mar 23, 2013
-
-
Bob Lantz authored
Try invoking bash processes with -s mininet:host, for easy identification of hosts. This enables easy attachment using the util/m script. closes #121
-
- Mar 22, 2013
-
-
Bob Lantz authored
For local display, allow local root access For remote display, tunnel with socat/mnexec This should enable *wireshark in hosts* and fix #119
-
Bob Lantz authored
-
ederlf authored
Signed-off-by:
Bob Lantz <rlantz@cs.stanford.edu>
-
- Mar 21, 2013
- Mar 15, 2013
-
-
Isaku Yamahata authored
Since oftest removed tools/munger directory, install.sh fails as follows > mininet/util/install.sh: line 399: cd: tools/mnuger: No such file or directory oftest change set > commit be8503a69d609d0aee844a91f3f5d66f4e2666c7 > Author: Rich Lane <rlane@bigswitch.com> > Date: Tue Mar 12 10:16:33 2013 -0700 > > remove pylibopenflow tools Signed-off-by:
Isaku Yamahata <yamahata@valinux.co.jp>
-
- Mar 14, 2013
- Mar 09, 2013
-
-
Bob Lantz authored
thanks to Brian O'Connor for reminder + suggestion closes #114
-