6c22e057cc
Avoid false matches and detect multiple host processes
Bob Lantz2013-04-12 13:30:50 -07:00
7bc10ebc7a
Fix X11 forwarding (broken by no IPv6) for real
Bob Lantz2013-04-09 23:21:43 -07:00
c3f975aef8
Move IPv6 disable to 'other', and fix X11 forwarding should fix#128Bob Lantz2013-04-09 22:46:49 -07:00
0f6bf4ce84
start xterm with TERM=ansi to preserve title from bash.bashrc fixes#128Bob Lantz2013-04-09 20:10:55 -07:00
33c7e46492
Use __NR_setns so that setns has the right syscall # in 32-bit mode fixes#127Bob Lantz2013-04-09 19:36:02 -07:00
7c920edc29
Merge pull request #125 from adferguson/adf-tc-renumber
Bob2013-04-09 14:59:41 -07:00
e09254eea3
Adjust numbering to support tc-based switch QoS both the reference switch and Open vSwitch assume ids with major 1 can be used for tc-based QoS
Andrew Ferguson2012-08-29 13:21:43 -07:00
e5a15ced01
Change popen() to detach from terminal/process group. This may or may not be the right thing to do - an alternative would be to ignore SIGINT, but that would make the popen() job unkillable by normal means! So we'll try this and see how well it works. Fixes#124Bob Lantz2013-03-28 18:14:24 -07:00
c771b2d75a
Add source node option to moveIntf() (note: low-level API!!) In the future we may wish to enable moving interfaces across nodes which are not in the root NS, and this would provide the low-level mechanism to do so. closes#122Bob Lantz2013-03-24 16:14:04 -07:00
1bf1a4d5e9
Tag node bash processes and add attach script Try invoking bash processes with -s mininet:host, for easy identification of hosts. This enables easy attachment using the util/m script. closes#121Bob Lantz2013-03-22 18:33:37 -07:00
a0f69d98df
Change makeTerm() to tunnel X11 using socat if needed For local display, allow local root access For remote display, tunnel with socat/mnexec This should enable *wireshark in hosts* and fix#119Bob Lantz2013-03-20 19:00:45 -07:00
4b8b4b73e1
Clean up options and fix of13 to use sudo for netbee
Bob Lantz2013-03-21 16:44:44 -07:00
5b14cc2937
Add options to install OpenFlow 1.3 switch and compatible NOX controller.
ederlf2012-12-20 14:17:56 -02:00
eca5a151a4
Fix usage message to note correct options and OS compatibility. closes#85Bob Lantz2013-03-21 14:35:34 -07:00
4efd372223
Merge pull request #116 from yamahata/install-test-mar-2013
Bob2013-03-21 14:12:50 -07:00
8204a1b694
fix --ipbase: fix ipAdd() and remove unused default from ipStr()
Bob Lantz2013-03-13 16:16:20 -07:00
bd558875f3
Add net['h1'] and for node in net support thanks to Brian O'Connor for reminder + suggestion closes#114Bob Lantz2013-03-08 16:56:44 -08:00
898efb69a3
Added markdown formatting to examples readme
Ryan Cox2013-03-07 17:54:08 -08:00
31fe4f1bd0
Fix pmonitor() to not return blank lines on EOF fixes#109 (hopefully)
Bob Lantz2013-03-06 17:26:52 -08:00
dcb3036b70
Change to use addLink() interface for symmetry/consistency.
Bob Lantz2013-03-06 16:55:47 -08:00
9734d9d7fa
Add configuration to disable IPv6, since old method no longer works. fixes#108Bob Lantz2013-03-06 16:06:59 -08:00
23c70f609d
Add px command which uses exec() vs. py's eval() This is necessary since exec() isn't really a function, and eval can't evaluate statements. fixes#104Bob Lantz2013-02-28 19:14:37 -08:00
f018137207
Updated to reflect new controllers.py and old controllers2.py
Bob Lantz2013-02-28 17:59:14 -08:00