- Apr 27, 2016
-
-
Bob Lantz authored
-
- Apr 26, 2016
-
-
Bob Lantz authored
-
- Apr 22, 2016
-
-
lantz authored
link: Set prefixLen for loopback address
-
- Apr 17, 2016
-
-
Olivier Tilmans authored
The prefixLen for a loopback address is well-defined (/8), and as such the variable is set accordingly. Signed-off-by:
Olivier Tilmans <olivier.tilmans@uclouvain.be>
-
- Feb 19, 2016
-
-
lantz authored
Fix documentation of failMode in OVSSwitch
-
Felician Nemeth authored
-
- Feb 03, 2016
-
-
Bob Lantz authored
-
- Jan 27, 2016
-
-
Bob Lantz authored
In the long run, we should debug the performance issues with kvm and Ubuntu 15. For now, however, we're relaxing the constraints. Closes #594
-
Bob Lantz authored
In the long run we should troubleshoot the performance issue on kvm/Ubuntu15, but for now we are relaxing the constraint. Closes #593
-
- Jan 25, 2016
-
-
Bob Lantz authored
Previously we were using both ip link and ifconfig - not only is this inconsistent and redundant, but it also broke when newer ip link changed the reported names of certain interfacs to "h1-eth0@36:". Fixes #592
-
- Jan 23, 2016
- Jan 22, 2016
- Jan 21, 2016
-
-
Bob Lantz authored
Keeping "use" for now even though it seems harder to remember than "run". And the build/test options are probably much clearer being inline in the help.
-
Bob Lantz authored
This is more complicated than it should be. We are also relying on the fact that waitOutput should eat extra prompts most of the time. Still not perfect - it's hard to get this exactly right, and we should try to make it easier! Fixes #589
-
- Jan 20, 2016
-
-
Bob Lantz authored
It appears that read() has been blocking for some time, so for now it makes sense to change the documentation to match the functionality! It's not entirely clear if monitor() expects this functionality. However, with the current blocking read() semantics, it should definitely return (and not call read()) on a poll timeout. So, we now return the poll() result from waitReadable() (which should have done this already probably) and check it. In the fullness of time, we still need to revisit the whole I/O API and make sure that it is consistent, sane, correctly documented, and used correctly in the examples. See #588 for more comments.
-
- Jan 19, 2016
- Jan 14, 2016
- Jan 12, 2016
-
-
Bob Lantz authored
Perhaps we should make this more algorithmic...
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
This enables us to test our changes for Ubuntu 15 (new gcc/c99) before pushing upstream if desired.
-
lantz authored
Check for ovs-testcontroller in OVSController
-
lantz authored
Fixing the install.sh in INSTALL file
-
- Dec 01, 2015
-
-
lantz authored
Update install.sh to support RedHat distrubtion
-
- Nov 24, 2015
- Nov 18, 2015
-
-
Tomasz Buchert authored
Systemd's default is to mark the root mount as shared and it is inherited as such by the new mount namespace. This means that any mounts performed inthe new namespace will be visible by the rest of the system, breaking privateDirs. To restore a more sane behaviour, we explicitly mark all mounts recursively as private, meaning that we will no longer see new mounts from the root namespace, and our mounts will also not propagate to the rest of the system. Fixes #565
-
- Nov 09, 2015
-
-
Rahman Pujianto authored
addNAT always use first switch even though another switch specified
-
- Oct 23, 2015
-
-
Bob Lantz authored
fixes #513
-
- Oct 18, 2015
-
-
Arie Bregman authored
Mininet installation will also work on RedHat distribution
-
- Sep 24, 2015
-
-
Brian O'Connor authored
-
lantz authored
Updating OpenFlow default port to 6653 (in Controller and RemoteController)
-
- Sep 23, 2015
-
-
Brian O'Connor authored
- Pass 6653 to controllers that Mininet starts - Try to connect first on 6653 for RemoteController, then fallback to 6633 fixes #545
-
- Jul 29, 2015
-
-
lantz authored
don't generate .pyc files on some makefile targets
-