This website requires JavaScript.
4e69ae83dd
Slightly reduce cliinfo verbosity
Brandon Heller
2010-03-04 21:34:01 -08:00
bb941950d5
Add flexible topology input parsing
Brandon Heller
2010-03-04 21:29:32 -08:00
1a40cd0477
Add new loglevel to display CLI output only
Brandon Heller
2010-03-04 18:58:37 -08:00
e3a2ef011f
Fixed docstrings for switch arg: name.
Bob Lantz
2010-03-09 21:52:36 -08:00
d44a5843d3
Reinstantiated inNamespace and routed control network.
Bob Lantz
2010-03-09 21:48:14 -08:00
47dbca2921
Made iperf verbose and fixed node command output.
Bob Lantz
2010-03-09 21:47:32 -08:00
1a9d2eac29
Fixed createLink args and cleaned up slightly.
Bob Lantz
2010-03-09 21:47:02 -08:00
73a323f2a2
Made compatible with rearranged args for createLink.
Bob Lantz
2010-03-09 21:46:32 -08:00
315cbf9e79
Use IP address strings rather than hex number.
Bob Lantz
2010-03-09 21:45:32 -08:00
7ecd095c45
Allow *args and **kwargs.
Bob Lantz
2010-03-09 21:44:45 -08:00
7ba9e05542
Fixed errors due to renaming buffer to buf.
Bob Lantz
2010-03-08 15:36:09 -08:00
80be564274
Removed underscores for public Node methods. Minor cleanup & comments.
Bob Lantz
2010-03-08 15:32:41 -08:00
2626693241
Changed to report repeated pep8 issues.
Bob Lantz
2010-03-08 15:31:23 -08:00
a16fae676f
Tweaks to separate command and options.
Bob Lantz
2010-03-05 17:19:02 -08:00
91b9e374a0
Revived sshd.py example.
Bob Lantz
2010-03-05 17:13:44 -08:00
be96355468
Added some additional explanatory comments.
Bob Lantz
2010-03-05 17:01:37 -08:00
b924c5b562
Fixed printing in CLI.net()
Bob Lantz
2010-03-05 17:00:44 -08:00
73360ab95c
Moved TreeTopo to mininet.topolib.
Bob Lantz
2010-03-05 15:15:40 -08:00
5156b3894c
Renamed LinearTestTopo() and added full ping test.
Bob Lantz
2010-03-05 15:15:05 -08:00
11a6d400c5
Added mininet.topolib to store useful topologies.
Bob Lantz
2010-03-05 15:07:00 -08:00
fd21c46f64
Restored udpbwtest.py
Bob Lantz
2010-03-05 14:49:17 -08:00
c80e18cd46
Worked once on user, kernel for 1-20 switches.
Bob Lantz
2010-03-05 14:12:54 -08:00
1bda2d21ad
Changed to use Node.MAC().
Bob Lantz
2010-03-05 14:12:31 -08:00
6f45478f18
Removed spaces.
Bob Lantz
2010-03-05 13:59:52 -08:00
75d72d960b
Restored accidentally deleted kill %ofpd lines. Added Node.MAC()
Bob Lantz
2010-03-05 13:58:20 -08:00
c246e2d55e
Renamed topo_2sw_2host.py -> topo-2sw-2host.py
Bob Lantz
2010-03-04 16:56:11 -08:00
95f6e7b728
linearbandwidth.py now works for kernel switch.
Bob Lantz
2010-03-04 16:55:38 -08:00
47e26cce19
Fixed to be compatible with new setIP().
Bob Lantz
2010-03-04 16:55:21 -08:00
086ef80e8e
Changed setIP to accept numeric prefix len. Added Node.deleteIntfs().
Bob Lantz
2010-03-04 16:53:39 -08:00
48a8d297d1
Removed blank line.
Bob Lantz
2010-03-04 16:52:29 -08:00
ddfbfc734c
Added convenience mode to allow info( 'a', 1, 'b' )
Bob Lantz
2010-03-04 16:51:10 -08:00
dc630c540a
Restored scratchnet and scratchnetuser demos.
Bob Lantz
2010-03-03 14:37:14 -08:00
efc9a01cf1
Moved link creation into Node.addIntf() and fixed util:CreateLink().
Bob Lantz
2010-03-03 13:52:50 -08:00
04fa18dc61
Changed cmdPrint to cmd.
Bob Lantz
2010-03-03 13:51:58 -08:00
a681f9b645
Added debug() convenience function.
Bob Lantz
2010-03-03 13:50:25 -08:00
54977c79cd
Changed to be executable.
Bob Lantz
2010-03-03 13:49:58 -08:00
1fdcd6768c
Added py command to evaluate Python expressions, e.g. h1.cmd('ls')
Bob Lantz
2010-03-03 13:46:44 -08:00
137ec3054d
Removed trailing spaces.
Bob Lantz
2010-03-01 15:38:02 -08:00
63214ea2af
Merge branch 'customtopos' into bl-dev
Bob Lantz
2010-03-01 15:34:40 -08:00
e0cfcdd505
Tweaks to pass code check.
Bob Lantz
2010-03-01 15:21:29 -08:00
2235f21698
Minor cleanup of mn/net and fixes for CLI.
Bob Lantz
2010-02-27 23:40:05 -08:00
c3a4440025
Changed custom feature so that params aren't added to globals.
Bob Lantz
2010-02-27 23:19:57 -08:00
5468377680
Removed blank line at EOF.
Bob Lantz
2010-02-27 13:55:12 -08:00
dba3b59929
Changed to dump bad iperf output.
Bob Lantz
2010-02-27 13:54:38 -08:00
78073e1b6f
Fixed to be compatible with modified Mininet() class.
Bob Lantz
2010-02-27 13:54:10 -08:00
d40b0a9973
Merge branch 'customtopos' into bl-dev
Bob Lantz
2010-02-26 18:54:32 -08:00
235415cf49
Ran unpep8 on test_nets.py.
Bob Lantz
2010-02-26 17:25:38 -08:00
019bff8282
Made it possible to create a Mininet() without using a Topo object.
Bob Lantz
2010-02-26 17:16:07 -08:00
28ab4a33d6
Add env var to install script
Brandon Heller
2010-02-18 12:10:36 -08:00
4f4f1dd2fa
Fix KeyError for missing NOX env var
Brandon Heller
2010-02-18 11:44:08 -08:00
8ff7ee4297
Remove NOX_INSTALL file
Brandon Heller
2010-02-18 11:37:50 -08:00
4e94bac0ae
Update custom topo instructions
Brandon Heller
2010-02-18 11:36:56 -08:00
fe29f64dd3
More specific topo example filename
Brandon Heller
2010-02-18 10:49:23 -08:00
2b083dd191
Add gitk to installed VM tools
Brandon Heller
2010-02-18 06:02:00 -08:00
777c90236e
Add VM install scripts
Brandon Heller
2010-02-18 00:09:12 -08:00
8d8ac76e85
Move sysctl script to util
Brandon Heller
2010-02-17 22:47:03 -08:00
3e021c2579
Merge branch 'master' of yuba.stanford.edu:mininet
Bob Lantz
2010-02-16 16:04:31 -08:00
31b43002e7
Added a bit to comments, and removed trailing spaces.
Bob Lantz
2010-02-16 14:42:58 -08:00
f52edfc545
Move sysctl params to separate file
Brandon Heller
2010-01-31 06:58:02 -08:00
befa1310df
Revamp custom topology input
Brandon Heller
2010-01-30 02:46:08 -08:00
3774f234f0
Update license and add networkx dependency
Brandon Heller
2010-01-29 18:49:08 -08:00
64c451e01f
Minor bug fixes and tweaks.
Bob Lantz
2010-02-09 22:40:51 -08:00
e34cd9a6cf
Added warn to complement info, error.
Bob Lantz
2010-02-09 22:37:22 -08:00
114dcd5653
Improve CLI line editing capabilities
Brandon Heller
2010-01-29 14:42:53 -08:00
83097ff942
Fix errors from style changes
Brandon Heller
2010-01-29 13:29:12 -08:00
6d72a3cb0c
Minor cleanup; clarified fdToNode (still need to test however.)
Bob Lantz
2010-02-08 15:51:43 -08:00
d5886525cc
Changed to use info() and error() logging aliases.
Bob Lantz
2010-02-08 15:51:25 -08:00
f8952d56e1
Added info() and error() as aliases for lg.info() and lg.error()
Bob Lantz
2010-02-08 15:49:32 -08:00
bd1e997f15
Remove backslash.
Bob Lantz
2010-02-08 15:43:23 -08:00
8895862acf
Munged mn and mnclean into mininet style.
Bob Lantz
2010-02-08 15:42:31 -08:00
7c371cf32a
Comment tweaks.
Bob Lantz
2010-02-05 17:29:15 -08:00
e85f8bdf29
Removed hash-bang in module files which aren't executed directly, with the exception of topo.py, which I haven't touched.
Bob Lantz
2010-02-05 17:22:18 -08:00
7d4b7b7f47
Comment tweaks and additions.
Bob Lantz
2010-02-05 17:18:08 -08:00
496b5f9ed0
Moved CLI into its own file. Also, MininetCLI is now just 'CLI'.
Bob Lantz
2010-02-05 17:01:03 -08:00
281f6e59db
Minor changes to get 'make test' to pass.
Bob Lantz
2010-02-05 16:42:01 -08:00
80a8fa62d5
First crack at restoring mininet python style, assisted by handy 'unpep8' script, which does most of the work.
Bob Lantz
2010-02-05 02:33:34 -08:00
bebe9dbed2
First crack at restoring Mininet style (via handy 'unpep8' script, which does most of the work.)
Bob Lantz
2010-02-04 23:35:07 -08:00
46fa564a8a
Changed to ignore W0511, which fails on TODO, FIXME, etc..
Bob Lantz
2010-02-04 23:13:33 -08:00
0df8b19568
Renamed logging_mod.py -> log.py
Bob Lantz
2010-02-03 15:38:29 -08:00
ac9554d6dc
Renamed mn_run.py -> mn, mn_clean.py -> mnclean; updated Makefle
Bob Lantz
2010-02-03 15:29:07 -08:00
799242c617
Fixed undefined variable 'custom' in setup().
Bob Lantz
2010-02-03 15:06:41 -08:00
8f99421e02
Fix setuptools installation
Brandon Heller
2010-01-27 22:29:29 -08:00
8e8081c408
Add VL2 reduced topology
Brandon Heller
2010-01-25 15:27:50 -08:00
3031d31efe
Add ability to read custom Mininets
Brandon Heller
2010-01-11 16:40:25 -08:00
1b6a9c3a20
Add missing pylint settings file
Brandon Heller
2010-01-09 21:12:17 -08:00
f7c2df2513
Support OpenVSwitch in kernel-mode
Brandon Heller
2010-01-09 21:11:25 -08:00
723d068c51
Add static code checking for style and errors
Brandon Heller
2010-01-09 17:59:43 -08:00
ca58c896dd
Restore user-space switch option
Brandon Heller
2010-01-07 00:54:27 -08:00
d856c81896
Support out-of-order link addition
Brandon Heller
2010-01-06 21:23:33 -08:00
6d2cd77b5a
Add reversed version of the SingleSwitch topology
Brandon Heller
2010-01-06 08:53:01 -08:00
80b3dbbd48
CLI: add node dump-all-data command
Brandon Heller
2010-01-06 08:52:38 -08:00
74ef761529
CLI: add interface dump command
Brandon Heller
2010-01-06 08:40:07 -08:00
ee00736307
Add default ip and port for remote controller
Brandon Heller
2010-01-06 07:22:45 -08:00
60d9ead65a
Added a RemoteController object
David Erickson
2010-01-05 15:02:34 -08:00
540379957b
Add MAC auto set for switches
Brandon Heller
2010-01-01 03:16:57 -08:00
376bcba442
Add options for auto MAC and ARP setup.
Brandon Heller
2010-01-03 09:16:14 -08:00
433a7cc88c
Make Ripcord-specific topologies optional
Brandon Heller
2010-01-03 03:53:23 -08:00
c98514ae44
Support more topologies
Brandon Heller
2010-01-03 02:44:08 -08:00
ac65ea3ff3
Increase createLink retry count
Brandon Heller
2010-01-03 02:43:30 -08:00
fcf6a16f3d
Remove accidentally-added iperf verbosity
Brandon Heller
2010-01-02 11:20:41 -08:00