Brian O'Connor
ea29d2b2cd
Merge pull request #171 from vitalivanov/dev
...
Cleanup and cosmetic changes.
2013-07-19 16:07:15 -07:00
David Erickson
3e70b01ec5
Enable OF 1.3 switch revision choice
2013-07-19 10:32:20 -07:00
David Erickson
b55527739a
Enable OF dissector revision choice
2013-07-19 10:29:53 -07:00
Vitaliy Ivanov
5b609ef9e2
Adding mininet doxygen installation dependencies.
...
Right now after installing mininet using util/install.sh there is a problem when try to generate doc:
make doc
doxygen doc/doxygen.cfg
make: doxygen: Command not found
make: *** [doc] Error 127
Adding doxygen, doxypy and texlive-fonts-recommended packages to fix the problem.
2013-07-15 14:20:16 +02:00
Brian O'Connor
adf391fdec
Fixed install.sh script to allow Mininet to be installed from any directory (not just ~/)
...
Fixes #94
2013-07-09 19:23:29 -07:00
Brandon Heller
40b13c28b8
install.sh: Make OF1.3 Netbee location cmd-line configurable
...
If NBEEURL is defined when running install.sh, use that location.
Enables use of a local mirror for netbee download.
Thanks to David Erickson for the code.
2013-06-20 15:57:39 -07:00
Bob Lantz
2de621cda0
"file blocks" -> "disk blocks"
2013-06-19 17:27:33 -07:00
Bob Lantz
5c5a1eae8a
Use dd to zero out disk space (hopefully faster)
2013-06-19 17:26:39 -07:00
Bob Lantz
8f113b48cc
vm_cleanup: add apt-get autoremove, and zero disk blocks
2013-06-19 16:58:00 -07:00
Bob Lantz
949e0b3aff
Separate VM finalization as install.sh -tc
2013-06-19 16:32:54 -07:00
Brandon Heller
3582facd34
install.sh: Use newer Netbee location for OF1.3 install
...
The previous version (12-05-16) does not compile on Ubuntu 12.10.
Also use a local variable to reduce duplication.
2013-06-04 23:53:04 -07:00
ryanc
65c35b6595
Remove networkx dependency
...
Conflicts:
util/install.sh
closes #100
2013-05-22 15:24:22 -07:00
Bob Lantz
7bc10ebc7a
Fix X11 forwarding (broken by no IPv6) for real
2013-04-09 23:26:08 -07:00
Bob Lantz
c3f975aef8
Move IPv6 disable to 'other', and fix X11 forwarding
...
should fix #128
2013-04-09 22:46:49 -07:00
Bob Lantz
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 #119
2013-03-22 15:48:51 -07:00
Bob Lantz
4b8b4b73e1
Clean up options and fix of13 to use sudo for netbee
2013-03-21 16:44:44 -07:00
ederlf
5b14cc2937
Add options to install OpenFlow 1.3 switch and compatible NOX controller.
...
Signed-off-by: Bob Lantz <rlantz@cs.stanford.edu >
2013-03-21 16:08:05 -07:00
Bob Lantz
eca5a151a4
Fix usage message to note correct options and OS compatibility.
...
closes #85
2013-03-21 14:38:46 -07:00
Isaku Yamahata
356e9d8a92
tools/install.sh: update oftest
...
Since oftest removed tools/munger directory, install.sh fails as follows
> mininet/util/install.sh: line 399: cd: tools/mnuger: No such file or directory
oftest change set
> commit be8503a69d609d0aee844a91f3f5d66f4e2666c7
> Author: Rich Lane <rlane@bigswitch.com >
> Date: Tue Mar 12 10:16:33 2013 -0700
>
> remove pylibopenflow tools
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp >
2013-03-15 10:40:51 +09:00
Brandon Heller
1e9b5f61fc
install.sh: add Telnet
...
Reported-by: Julius Bachnick
https://mailman.stanford.edu/pipermail/mininet-discuss/2012-November/001349.html
2012-11-26 15:22:07 -08:00
Bob Lantz
82c8bdaf0d
Remove redundant wireshark install.
2012-11-15 22:59:43 -08:00
Bob Lantz
ab594b6afe
Merge branch '2.0dev' into 2.0merge
...
Conflicts:
.gitignore
.pylint
examples/miniedit.py
mininet/node.py
mininet/util.py
util/install.sh
util/vm/install-mininet-vm.sh
2012-11-15 22:54:27 -08:00
Brandon Heller
f6c4239409
install: Add 'make codecheck' deps
...
These total to only ~200KB.
2012-11-12 18:07:19 -08:00
Brandon Heller
59897168d4
install: Update OFTest repo location
...
This repo has moved to git://github.com/floodlight/oftest.git
2012-11-12 16:46:29 -08:00
Brandon Heller
b597ef5d55
install: Add help2man to MN deps
...
'make install' calls help2man, so apt-get install it beforehand.
2012-11-12 16:46:22 -08:00
Bob Lantz
d4ece25ba6
Deprecate NOX-classic; "install" POX. Fixes #61
2012-09-11 06:49:11 -07:00
Bob
ad85e44d78
Update util/install.sh
...
Update to reflect new NOX classic repo on github and default branch.
2012-08-29 16:00:33 -07:00
Bob
655194d3e1
Update util/install.sh
...
Update to reflect new NOX classic repo on github and default branch.
2012-08-29 15:10:36 -07:00
Brandon Heller
496cd25d37
Update oftest repo location
...
Fixes Issue 41: https://github.com/mininet/mininet/issues/41
Reported-by: sublinhado on GitHub
2012-06-14 11:10:39 -07:00
Bob Lantz
2f8dfe5810
Ignore error installing OVS controller, and disable its startup script.
2012-05-14 17:29:24 -07:00
Bob Lantz
79dcdc0491
Add libconfig-dev dependency for oflops.
2012-05-14 16:58:36 -07:00
Bob Lantz
b0fb398833
Patch/hacks to enable NOX destiny/classic to compile on Ubuntu 12.04
2012-05-14 16:03:48 -07:00
Bob Lantz
d75e39ac61
Change wireshark install to reflect new repository location.
2012-05-13 14:43:25 -07:00
Bob Lantz
88dd4f7329
Change wireshark install to reflect new repository location.
2012-05-13 14:37:45 -07:00
Bob Lantz
7676c17f27
Add missing libconfig-dev dependency for oflops.
2012-04-25 17:39:55 -07:00
Bob Lantz
a8c1965b90
Fix typo.
2012-04-11 13:21:07 -07:00
Bob Lantz
5507550c53
Fix wireshark dissector install on 11.10
2012-04-11 13:20:18 -07:00
Bob Lantz
4bd1a61353
Add install message for wireshark dissector.
2012-04-10 21:47:29 -07:00
Bob Lantz
edd1d0f3a4
Support libwireshark[0,1] for 11.04 and 11.10
2012-04-10 21:34:07 -07:00
Bob Lantz
0919b7ca67
Use correct non-authenticated clone for of-dissector.
2012-04-10 21:23:26 -07:00
Bob Lantz
1902dd2e3a
Add support for updated wireshark plugin.
...
Need to verify this works with 11.04.
2012-04-10 21:14:11 -07:00
Bob Lantz
5d6fda932d
Add openvswitch-datapath-dkms if no datapath installed.
2012-03-31 21:30:16 -07:00
Bob Lantz
26c61734da
Add cgroup and ethtool dependencies for mininet (w/hifi integration.)
2012-03-25 15:41:02 -07:00
Bob Lantz
f85c1cefb4
Use upstream OVS packages.
2012-03-20 15:49:39 -07:00
Bob Lantz
de5d31184f
Ugh, typo.
2012-02-13 20:34:59 -08:00
Bob Lantz
65d46518c0
Don't crash if we can't uninstall kernel.
2012-02-13 20:33:59 -08:00
Bob Lantz
7a0ee56c80
openvswitch-switch needs python-argparse
2012-02-13 18:52:07 -08:00
Bob Lantz
1c0b54e52a
Update OVS build suffix.
2012-02-13 18:47:22 -08:00
Bob Lantz
148a3f5735
Still dealing with install directory issues...
2012-02-13 18:30:49 -08:00
Bob Lantz
8996208084
dkms needs kernel headers.
2012-02-13 18:19:24 -08:00