Baohua Yang
24fe68d925
Correct the comments of do_pingallfull() and do_iperfudp()
2013-12-21 21:36:24 +08:00
Baohua Yang
3780d9cda8
Close the file when done with it.
2013-12-21 21:36:22 +08:00
Rémy Léone
e10703cd7b
fixup: unresolved_references
2013-12-20 14:46:38 +01:00
Rémy Léone
824afb84c9
fixup: useless_parenthesis
2013-12-20 14:43:30 +01:00
Rémy Léone
aee33863c8
fixup: Simplify_chained_comparaison
2013-12-20 14:41:22 +01:00
Baohua Yang
90c29d8f23
Merge branch 'master' of github.com:yeasy/mininet
2013-12-16 10:33:12 +08:00
Baohua Yang
e686911210
Correct the comments of do_pingallfull() and do_iperfudp()
2013-12-16 10:31:54 +08:00
Baohua Yang
8bb830824b
Close the file when done with it.
2013-12-16 10:31:51 +08:00
Bob
a6a0cb4331
Merge pull request #250 from rlane/killpg
...
kill entire process group in Node.terminate
2013-12-14 12:36:32 -08:00
Rich Lane
2200d8d173
node: kill entire process group in terminate
...
mnexec already puts the shell into its own process group. Killing the entire
process group cleans up after any background processes the user left running.
2013-12-14 11:12:46 -08:00
backb1
c34a000e78
Do not resolve addresses
2013-12-14 16:11:33 +01:00
Brian O'Connor
fb51cdaca3
adding output file to build.py
2013-12-12 18:38:20 -08:00
Brian O'Connor
50423936b2
Merge branch 'master' of github.com:mininet/mininet
2013-12-12 15:56:41 -08:00
Brian O'Connor
49994c8915
adding noneTest to Mininet vm build script
2013-12-12 15:38:45 -08:00
Bob Lantz
17dbc7e055
Minor codecheck fixes
2013-12-11 18:33:54 -08:00
Bob Lantz
312c386cda
Fix regex to support Mininet 20.30.40+++
2013-12-11 18:29:58 -08:00
Bob Lantz
96952b92f8
2.1.0 -> 2.1.0+
2013-12-11 18:08:33 -08:00
Baohua Yang
3e2333e5ed
Correct the comments of do_pingallfull() and do_iperfudp()
2013-12-11 15:19:24 +08:00
Baohua Yang
fc7c919b43
Close the file when done with it.
2013-12-11 14:41:21 +08:00
Brian O'Connor
c7e86f9374
fixing CLI host rewriting when host's default interface does not have an IP
2013-12-05 17:30:09 -08:00
Bob Lantz
5da9376222
Depend: add dnsmasq (needed), remove landscape-client (not)
2013-11-20 22:15:26 -08:00
Rich Lane
5461565945
mnexec: mount sysfs in each container
...
The sysfs filesystem is [tagged][1] with a set of namespaces when mounted, taken
from the mounting process. Among other things, this controls which network
devices will show up in /sys/class/net and /sys/class/net/bonding_masters.
Without this change, mininet will not mount sysfs in a node. Attempting to
configure a bond interface in a node will only affect the parent namespace.
This change mounts a new sysfs filesystem in each node. To prevent this mount
from affecting the parent namespace the mount namespace is also unshared.
[1]: https://www.kernel.org/doc/Documentation/filesystems/sysfs-tagging.txt
2013-11-18 17:05:09 -08:00
Bob
bee06cf264
Merge pull request #245 from yeasy/master
...
Fix error wiki url.
2013-11-15 13:23:10 -08:00
Baohua Yang
cd238fe567
Fix error wiki url.
2013-11-15 14:24:51 +08:00
moijes12
09b06509a8
Create test_switchdpidassignment.py
...
Regression tests to verify switch datapath ID assignment.
2013-11-07 09:49:36 -08:00
Bob Lantz
e771239608
Only restart network-manager if we've changed config
2013-10-24 15:11:43 -07:00
Brian O'Connor
e0af160213
small fixes for NAT
2013-10-23 13:48:50 -07:00
Bob
e5380d646c
Merge pull request #226 from rlane/ivs-lo
...
IVSSwitch: bring up lo interface
ok for symmetry - we can probably get rid of this later though
2013-10-15 15:22:21 -07:00
Bob
621c3eebf3
Merge pull request #218 from jpoliv/master
...
Fixes a couple of compiler warnings
2013-10-15 15:20:53 -07:00
Rich Lane
4a94f76ec3
IVSSwitch: bring up lo interface
2013-10-08 16:59:02 -07:00
Bob
c0ddd5c5d8
Merge pull request #225 from fcappi/master
...
Update Oflops repository in install.sh
2013-10-08 12:42:19 -07:00
Fernando Cappi
a6e55e3528
Update Oflops repository in install.sh
2013-10-05 22:49:15 -03:00
Brian O'Connor
ffeb16eb66
fixing --nat option in mn
2013-10-03 16:29:05 -07:00
Brian O'Connor
a802d8b19a
more NAT cleanup of net and topo
2013-10-03 15:19:34 -07:00
Brian O'Connor
555d10dea7
adding internet / nat example
2013-10-03 15:15:40 -07:00
Brian O'Connor
3f2355a36a
undoing gateway in net and removing addNAT helpers
2013-10-03 15:15:20 -07:00
Brian O'Connor
bceb298edb
Adding NAT class
...
Includes automatic NAT feature (mn --nat) and addNAT convenience method for topologies
fixes #111
2013-10-03 09:40:00 -07:00
Brian O'Connor
47b9466fad
Adding NAT class
...
Includes automatic NAT feature (mn --nat) and addNAT convenience method for topologies
fixes #111
2013-10-03 09:39:40 -07:00
Jose Pedro Oliveira
8f80f875b5
Change cgroup() return type from int to void (avoids a gcc warning)
2013-09-28 01:42:05 +01:00
Jose Pedro Oliveira
2941bbae2d
Defines _GNU_SOURCE (required by the unshare syscall)
2013-09-28 01:37:51 +01:00
Jose Pedro Oliveira
8842e450db
Turns on gcc warnings (CFLAGS += -Wall -Wextra)
2013-09-28 01:36:02 +01:00
Jose Pedro Oliveira
f5737aa3cc
The header file limits.h was being included twice
2013-09-28 01:34:01 +01:00
Jose Pedro Oliveira
b8fd3d2d8e
Fixes compiler warning: control reaches end of non-void function
2013-09-19 15:26:26 +01:00
Jose Pedro Oliveira
387250cd83
Fixes compiler warning: implicit declaration of function 'isalnum'
2013-09-19 15:25:22 +01:00
Bob Lantz
433d83221a
Fix typo
2013-09-19 04:12:04 -07:00
Bob Lantz
3151804cf8
Add option to set pexpect timeout
2013-09-19 02:02:03 -07:00
Bob Lantz
f66e9af515
Update for 2.1.0 final packaging
2013-09-18 22:44:35 -07:00
Bob Lantz
f92abd2ba5
Sync changelog (somewhat) with ubuntu packaging
...
Only differences are copyright and log message.
2013-09-18 22:41:17 -07:00
Bob Lantz
700c5bf5b5
Add date to ovf name
2013-09-18 21:39:09 -07:00
Bob Lantz
87c37bb182
Add jpoliv
2013-09-18 21:38:36 -07:00