cody burkard
|
c11d577349
|
parse pid printed when backgrounding a process
|
2014-08-27 08:44:08 -07:00 |
|
lantz
|
92075113d8
|
Merge pull request #342 from cdburkard/devel/startup
improve startup performance, largely by removing unnecessary ifconfigs
|
2014-08-26 19:59:12 -07:00 |
|
cody burkard
|
720a846cf8
|
use kernel's mac generation
|
2014-08-26 18:48:08 -07:00 |
|
lantz
|
16a384ab4b
|
Merge pull request #353 from mininet/devel/nat
Adding NAT class to NodeLib
|
2014-08-21 14:16:41 -05:00 |
|
lantz
|
a3e1a9a44d
|
Merge pull request #354 from darshanthaker/link_exception
Raise exception when link incorrectly formatted
|
2014-08-20 22:08:46 -05:00 |
|
lantz
|
6a69c2f699
|
Merge pull request #356 from cdburkard/patches/stop_controller
fix for controller shutdown - send SIGHUP rather than SIGKILL
|
2014-08-20 22:04:51 -05:00 |
|
cody burkard
|
c9b844a721
|
added controller.stop() back in
|
2014-08-18 23:51:29 -07:00 |
|
cody burkard
|
604ad455ee
|
kill all child processes to avoid race condition and no controller shutdown
|
2014-08-18 23:24:18 -07:00 |
|
lantz
|
c0e7e34916
|
Merge pull request #337 from ggee/ovsProtocol
Add parameter to set protocol list in OVSSwitch.
|
2014-08-15 14:44:33 -07:00 |
|
Darshan Thaker
|
4550fff1af
|
Raise exception when link incorrectly formatted
|
2014-08-14 13:50:59 -07:00 |
|
Brian O'Connor
|
db0f36f431
|
Fixing Node.monitor() to read entire prompt marker.
Applying @cdburkard fix to #322
|
2014-08-14 00:18:37 -07:00 |
|
lip.z
|
7e9d3f2b50
|
fix Singleton.__call__ error
fix Singleton.__call__ error
|
2014-08-14 00:18:37 -07:00 |
|
Brian O'Connor
|
4015e0666e
|
moving NAT to nodelib
|
2014-08-13 22:09:24 -07:00 |
|
Brian O'Connor
|
735080a84b
|
Merge branch 'master' into nat
|
2014-08-13 19:51:12 -07:00 |
|
Brian O'Connor
|
161e7997fa
|
Fixing Node.monitor() to read entire prompt marker.
Applying @cdburkard fix to #322
|
2014-08-13 19:49:08 -07:00 |
|
cody burkard
|
417d79780f
|
merging master
|
2014-08-13 17:35:34 -07:00 |
|
cody burkard
|
41a54f05cb
|
adding comments and removing random access spaces
|
2014-08-13 17:33:00 -07:00 |
|
cody burkard
|
84c1c24ce2
|
skip this because of poor UserSwitch performance
|
2014-08-13 17:06:00 -07:00 |
|
cody burkard
|
af4c9719b3
|
autostaticarp is broken without this
|
2014-08-13 15:08:04 -07:00 |
|
Brian O'Connor
|
a280501ff1
|
Merge branch 'master' into nat
Conflicts:
mininet/net.py
mininet/node.py
|
2014-08-07 13:40:14 -07:00 |
|
cody burkard
|
891a9e8bdf
|
fixed syntax error
|
2014-08-06 17:52:40 -07:00 |
|
cody burkard
|
7ae39fffc2
|
stop using ONLAB OUI for generated mac addressses
|
2014-08-06 17:51:32 -07:00 |
|
lantz
|
a56d9a6661
|
Merge pull request #344 from bentenshan/patch-1
fix Singleton.__call__ error
|
2014-08-04 16:18:38 -07:00 |
|
Brian O'Connor
|
b0048c0aca
|
Merge pull request #333 from mininet/devel/buildtopo
Clean up standard topologies to use build
|
2014-08-03 21:47:10 -07:00 |
|
lip.z
|
0983ed29bb
|
fix Singleton.__call__ error
fix Singleton.__call__ error
|
2014-08-02 20:18:06 +08:00 |
|
cody burkard
|
88763cfbe1
|
removed more unnecessary ifconfigs
|
2014-08-01 13:22:02 -07:00 |
|
cody burkard
|
19dd7f70c1
|
switched back to node.cmd for OVS commands. this is faster..
|
2014-08-01 12:18:50 -07:00 |
|
cody burkard
|
42cdda38bb
|
added some documentation
|
2014-08-01 11:27:25 -07:00 |
|
cody burkard
|
a2d0ea78be
|
fixed issue with regex matching
|
2014-08-01 11:00:08 -07:00 |
|
cody burkard
|
e9d034bd31
|
adding old changes
|
2014-08-01 11:00:07 -07:00 |
|
cody burkard
|
a3d51b77e9
|
few small fixes to syntax errors
|
2014-08-01 11:00:07 -07:00 |
|
cody burkard
|
4b65110e4d
|
removed comments and cleaned up code.
|
2014-08-01 11:00:07 -07:00 |
|
cody burkard
|
eba13f0ca8
|
removed many of the commands being run to maximize startup performance
|
2014-08-01 11:00:07 -07:00 |
|
cody burkard
|
c1934706bb
|
testing link stuff
|
2014-08-01 11:00:07 -07:00 |
|
Brian O'Connor
|
628e84068e
|
Reverting the disable signals change
|
2014-07-31 18:27:57 -07:00 |
|
Brian O'Connor
|
78a32e93fd
|
Merge branch 'master' into devel/pty
|
2014-07-31 18:23:19 -07:00 |
|
Gregory Gee
|
84ce84f501
|
Add parameter to set protocol list in OVSSwitch. Allows setting OpenFlow version.
s2 = net.addSwitch( 's2', protocols='OpenFlow13' )
|
2014-07-18 22:10:03 -04:00 |
|
Bob Lantz
|
5465246245
|
Merge branch 'devel/defaultController' of https://github.com/cdburkard/mininet into cdburkard-devel/defaultController
Conflicts:
bin/mn
mininet/net.py
|
2014-07-16 10:24:35 -07:00 |
|
Bob Lantz
|
e183e69997
|
Check for Controller type using isinstance()
|
2014-07-16 09:57:48 -07:00 |
|
Cody Burkard
|
779ea5f0ad
|
removed bookmark
|
2014-07-15 19:39:50 -07:00 |
|
Cody Burkard
|
00d1963484
|
revised comment on defaultController function
|
2014-07-15 18:21:56 -07:00 |
|
Cody Burkard
|
5ac3cde2bd
|
restructured defaultController into a function
|
2014-07-15 15:48:18 -07:00 |
|
Bob Lantz
|
2a08dec648
|
Hack to avoid failing version check... ;-/
|
2014-07-15 08:50:30 -07:00 |
|
Bob Lantz
|
b7268856d7
|
Tolerate passing controller *objects* into Mininet()
|
2014-07-15 08:28:05 -07:00 |
|
Bob Lantz
|
1b2c7a3193
|
Clean up standard topologies to use build
|
2014-07-15 05:58:10 -07:00 |
|
Bob Lantz
|
b5962e8ee9
|
Added TorusTopo, a 2D torus topology
|
2014-07-15 05:44:13 -07:00 |
|
Bob Lantz
|
ece509d579
|
add connected() to LinuxBridge
|
2014-07-15 05:34:32 -07:00 |
|
Bob Lantz
|
708b184397
|
Don't remove items from a list we're iterating over
|
2014-07-15 01:29:09 -07:00 |
|
Brian O'Connor
|
9a11544d87
|
Merge pull request #332 from cdburkard/patches/fix_linear5
adding waitConnected to linear5 test
|
2014-07-14 16:12:43 -07:00 |
|
lantz
|
2451d757bd
|
Merge pull request #318 from cdburkard/patches/hifi_fix
added support in iperf for different result formats.
|
2014-07-14 15:20:11 -07:00 |
|