lantz
a722a3a110
Update test_simpleperf.py
...
Add spaces.
2014-01-28 15:21:48 -08:00
lantz
f2942a7f92
Merge pull request #253 from sieben/Simplify_chained_comparaison
...
OK...
2014-01-28 15:20:29 -08:00
lantz
ae367d3645
Merge pull request #266 from adferguson/if_namesize
...
print error messages when making interfaces
2014-01-28 15:16:19 -08:00
lantz
6022e96b4d
Merge pull request #269 from adferguson/userspace_unix
...
userspace switch can be reached on unix port by dpctl
2014-01-28 15:14:30 -08:00
Bob Lantz
2286ef4b36
Remove GRUB_TERMINAL=serial from /etc/default/grub
...
This is added because we install Ubuntu from a serial console.
Fixes #265
2014-01-24 15:44:49 -08:00
Andrew Ferguson
0dd96ebc57
userspace switch can be reached on unix port by dpctl
2014-01-24 16:59:42 -05:00
Bob
06b99c8ef2
Merge pull request #264 from adferguson/tc-no_opt-fix
...
don't crash when link is TCLink but without options
2014-01-24 12:43:50 -08:00
Bob
b357a212dd
Merge pull request #254 from sieben/unresolved_references
...
fixup: unresolved_references
2014-01-24 12:41:14 -08:00
Andrew Ferguson
2e704f996b
print error messages when making interfaces
...
without this, thereis no indication in Mininet that creating an
interface has failed. for example, this may happen when the interface
name is too long (longer than IFNAMSIZ, which is 16 chars).
2014-01-23 16:39:27 -05:00
Andrew Ferguson
284547080c
don't crash when link is TCLink but without options
...
caused by optimized return in link.py#275 in TCIntf.config()
2014-01-20 17:45:30 -05:00
Bob Lantz
dfd79bde56
Add OperatingSystemSection to OVF template
...
should facilitate importing 64-bit image
2014-01-15 10:47:06 -08:00
Bob Lantz
317d6482e4
Fix typo/minor error.
2014-01-14 20:26:40 -08:00
Bob Lantz
5f51abd142
Allow -b to specify install or test branch
2014-01-14 20:08:22 -08:00
Bob Lantz
b9288efc4a
Allow specification of branch to install
2014-01-14 19:42:55 -08:00
Bob Lantz
c90fb34d6d
If specified, add Branch to build dir name
2014-01-13 23:35:15 -08:00
Bob Lantz
75abd94bf5
Add #streamOptimized to fix .ovf for VirtualBox 4.3.2
...
fixes #261
2014-01-10 18:07:08 -08:00
Bob Lantz
55e48112f8
Remove trailing spaces
2014-01-10 18:06:29 -08:00
Rémy Léone
e10703cd7b
fixup: unresolved_references
2013-12-20 14:46:38 +01:00
Rémy Léone
aee33863c8
fixup: Simplify_chained_comparaison
2013-12-20 14:41:22 +01: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
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
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
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
Bob Lantz
e771239608
Only restart network-manager if we've changed config
2013-10-24 15:11:43 -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
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
Bob Lantz
9cc9a491a8
Avoid reverse DNS lookup
2013-09-18 20:53:54 -07:00