Cody Burkard
4797b42005
conforming to style, and fixing documentation
2014-07-09 19:12:15 -07:00
Cody Burkard
6845fd8339
added documentation for waitConnected timeout
2014-07-09 19:12:15 -07:00
Cody Burkard
8e2443ada4
improved waitConnected algorithm and set default wait time to wait forever
2014-07-09 19:12:15 -07:00
Cody Burkard
84ea8d7f90
added waitConnected attribute to mininet class
2014-07-09 19:12:15 -07:00
Cody Burkard
1aed2b8abd
Merge remote-tracking branch 'upstream/master'
2014-07-09 19:07:29 -07:00
Brian O'Connor
191df1cb73
Adding listen socket to UserSwitch when there is no listenPort set
2014-07-09 17:47:25 -07:00
Cody Burkard
b6be1e2810
Merge branch 'patches/cleanup'
2014-07-08 17:57:10 -07:00
lantz
3b484491ce
Merge pull request #315 from cdburkard/patches/fix_bindpy
...
Added support for mount namespaces in bind.py
2014-07-08 16:27:06 -07:00
Cody Burkard
9c3ecfe338
conforming to mininet style
2014-07-02 10:53:41 -07:00
Cody Burkard
40a4a25dd8
use a single mininet instance in bindpy
2014-07-01 14:51:07 -07:00
lantz
25979e715e
Merge pull request #317 from cdburkard/patches/cleanup
...
added code to kill stale mininet processes
2014-07-01 13:32:58 -07:00
Bob Lantz
00803bcd7f
Whitespace changes in OVSSwitch.
2014-06-27 13:05:10 -07:00
Cody Burkard
af2f67d98c
added documentation for HostWithPrivateDirs
2014-06-26 09:29:06 -07:00
Cody Burkard
752c2d6e7c
mountprivatedirs is no longer needed
2014-06-20 23:54:18 -07:00
Cody Burkard
3c3344e1f5
imported check_output
2014-06-20 23:31:45 -07:00
Brian O'Connor
68e2e45f7d
Merge pull request #316 from cdburkard:patches/fix_remote_ip
...
fixed netParse bug that caused mininet crash when no ip prefix was specified
2014-06-19 16:28:09 -07:00
Cody Burkard
6a81b6dfb3
added persistence option to HostWithPrivateDirs. also attached mount namespaces when mnexec -a is specified
2014-06-19 15:08:26 -07:00
Cody Burkard
0d39f11034
added code to kill stale mininet processes
2014-06-16 17:39:24 -07:00
Brian O'Connor
893cf61c21
Merge pull request #313 from cdburkard/master
...
ovs port numbering bug fix
2014-06-11 16:17:14 -07:00
Cody Burkard
ebc1eae679
Merge branch 'patches/fix_bindpy' of https://github.com/cdburkard/mininet into patches/fix_bindpy
2014-06-11 03:26:45 -07:00
Cody Burkard
29e5bee34e
fixed issue with AssertTrue and skip first test if using old OVS version
2014-06-10 22:15:49 -07:00
Cody Burkard
de41192ea7
imported warn from mininet.log
2014-06-10 21:50:40 -07:00
Cody Burkard
b3055067ac
fixed netParse bug that caused mininet crash when no ip prefix was specified
2014-06-10 18:38:10 -07:00
Cody Burkard
9109233886
Added support for mount namespaces in bind.py. Also moved it to the node class as a host type.
2014-06-10 11:44:03 -07:00
Brian O'Connor
e49c9d2600
build.py: making ovf generation more generic
2014-06-06 21:21:13 -07:00
Cody
87b6021428
restructured code and added a test for the numberedports.py example
2014-05-29 17:26:40 -07:00
Cody
50f5080912
corrected code
2014-05-29 11:52:56 -07:00
Cody
3641723193
explaining test
2014-05-29 11:11:12 -07:00
Brian O'Connor
8b215af818
slight refactoring of util/vm/build.py to make it more extensible
2014-05-28 22:22:20 -07:00
Cody
586a9bb631
adding example to test functionality of port numbering
2014-05-28 17:46:19 -07:00
lantz
00c3238e50
Merge pull request #310 from rlane/ivs-verbose
...
IVSSwitch: add an option to control the --verbose flag
2014-05-28 14:31:45 -07:00
lantz
e07775c7c3
Merge pull request #309 from rlane/ivs-batch-shutdown
...
support batch shutdown for IVS
2014-05-28 14:31:34 -07:00
Cody
4579b303e6
conforming to mininet python style
2014-05-28 13:46:55 -07:00
Cody
32d3c2bc79
removing debugging messages
2014-05-28 12:56:24 -07:00
Cody
ba43451bd6
rearranged code for elegance
2014-05-28 12:42:48 -07:00
Cody
f1e42ba5fa
adding ovs version detection to fix port numbering bug
2014-05-28 11:50:13 -07:00
Rich Lane
163a66c64c
IVSSwitch: add an option to control the --verbose flag
2014-05-22 13:06:57 -07:00
Rich Lane
876e66e555
net: allow batch shutdown of multiple types of switches
...
Each switch class will be called to shutdown its own instances.
2014-05-22 12:36:07 -07:00
Rich Lane
93cd5583eb
IVSSwitch: support batch shutdown
...
Not a single command like the OVS one, but it still greatly decreases the
shutdown time.
This does assume that stop() is called after batchShutdown(), which is true in
the current mininet code.
2014-05-22 12:22:41 -07:00
lantz
5797f5852e
Merge pull request #303 from jhall11/pingall
...
Add a timeout parameter to the pingAll command
2014-05-07 13:31:44 -07:00
lantz
15d2d76972
Merge pull request #305 from ggee/ovsssl
...
OVS switch connect to controllers using protocols other than TCP like SSL.
2014-05-07 13:29:39 -07:00
Gregory Gee
5cb4a5424d
Add ability for for OVS switch start connect to controllers using protocols other than TCP.
...
net.addController( 'c0', protocol='ssl' )
This now allows OVS to connect to a controller using SSL. The default of protocol is 'tcp'
as it currently is.
2014-05-03 16:21:53 -04:00
Jon Hall
4d1a9cdc1d
Add a timeout parameter to the pingAll command
2014-04-25 04:37:11 +00:00
Bob Lantz
c3bf407adf
Added Ubuntu 14.04.
2014-04-23 14:28:09 -07:00
lantz
14e14f1b87
Merge pull request #286 from lantz/devel/ovsbatch
...
Enable batch startup/shutdown of OVS
Not perfect, but it moves us forward at least.
2014-04-13 18:44:11 -07:00
lantz
bffe045267
Merge pull request #290 from backb1/patch/netstatnumeric
...
Netstat: do not resolve addresses
2014-04-01 11:50:51 -07:00
lantz
92a28881b1
Update net.py
2014-04-01 11:46:52 -07:00
lantz
ebac6784d4
Merge pull request #293 from backb1/patch/pingloss
...
Ping: packet loss should be a float
2014-04-01 11:45:06 -07:00
Adrian
d9376439b1
Ping: packet loss should be a float
2014-03-26 13:37:32 +01:00
lantz
d718bb72e9
Merge pull request #257 from ggee/miniedit21071
...
Uploading MiniEdit 2.1.0.7.1
2014-03-21 13:02:35 -07:00