Bob Lantz
ccd6b5cd7d
version -> 2.2.0rc1 and update copyright date
2014-12-04 09:28:19 -08:00
Bob Lantz
908e85d9f9
Remove PLFMT since options are moved to .pylint
2014-12-04 09:27:53 -08:00
Bob Lantz
e341526f46
Raise line limit to 4000 for miniedit.py (see note)
...
Future versions of pylint will allow this to be disabled
in the file itself, so we can drop the limit back to
1500 or something more reasonable!!
2014-12-04 09:26:11 -08:00
Bob Lantz
03461ce908
Add 'slowtest' make target to test walkthrough, examples
2014-12-04 09:17:13 -08:00
Bob Lantz
8c37975d44
Remove erroneous self.cmd = None
2014-12-04 09:03:46 -08:00
Bob Lantz
4d55ef1132
Restore missing space in RT_GROUP_SCHED message
2014-12-04 08:57:28 -08:00
Bob Lantz
342d47cfb5
call to run() should be to runCmd()
2014-12-04 08:56:08 -08:00
Bob Lantz
554abdd57a
warn -> debug in connected; change IVS class comment
2014-12-04 08:38:54 -08:00
Bob Lantz
061598f011
Change from numeric to symbolic pylint error codes
2014-12-04 08:21:53 -08:00
Bob Lantz
d754a7ceea
Call super(deleteIntfs)
...
Maybe this is better - maybe not. ;-p
2014-12-04 07:36:53 -08:00
Bob Lantz
643c9f912f
More pylint changes...
2014-12-04 05:55:57 -08:00
Bob Lantz
4965421215
More pylint fixes...
2014-12-04 02:57:36 -08:00
Bob Lantz
18aab5b786
More pylint changes
2014-12-04 00:51:05 -08:00
Bob Lantz
b905dddf19
Reorganize and pass pylint
2014-12-02 20:26:34 -08:00
Bob Lantz
11a9c46904
Fix missing imports
2014-12-02 23:22:56 -08:00
Bob Lantz
b1ec912db5
Fixing pylint errors
2014-12-02 23:00:50 -08:00
Bob Lantz
db45b7c644
Parseable output format for newer pylint
2014-12-02 23:00:14 -08:00
Bob Lantz
2256a53830
Fix pylint error
2014-12-02 22:59:32 -08:00
Bob Lantz
03ef55672d
Add cleanup and fix pylint errors
2014-12-02 22:58:57 -08:00
Bob Lantz
c45bfab318
Add cleanup
2014-12-02 22:58:38 -08:00
Bob Lantz
b2fcab827d
Add cleanup and fix pylint errors
2014-12-02 22:58:10 -08:00
Bob Lantz
1471da95a9
Fix pylint errors
2014-12-02 22:57:32 -08:00
Bob Lantz
5a530af189
Remove trailing whitespace. ;-/
2014-12-01 15:39:44 -08:00
Bob Lantz
3c9f5ad56e
Disable pep8 whitespace errors
2014-12-01 15:38:38 -08:00
Bob Lantz
c5d9e0e03c
Set default route in one cmd line to avoid dc'ing root NS
...
Usually you won't want to create a node in the root namespace,
and usually you won't want to use the Mininet API to set your
(real) default route, but if you do then you will probably want
to use a single command line to avoid disconnecting an SSH
session while we wait for the reulst of the 'ip route del default
command.
2014-12-01 15:10:44 -08:00
Brian O'Connor
0094997aa1
fixing install-mininet-vm.sh
2014-11-25 17:18:49 -08:00
lantz
7a411b6bb5
Merge pull request #453 from cdburkard/master
...
update examples README with new examples
2014-11-25 13:01:31 -08:00
cody burkard
c2341cd47a
update examples README with new examples
2014-11-24 19:43:15 -08:00
Bob Lantz
4219b22978
2.2.0b2
2014-11-24 19:35:34 -08:00
lantz
08ab7e8de7
Merge pull request #452 from mininet/nat-cmd
...
Updating NAT class to use gateway interface
2014-11-24 19:13:33 -08:00
lantz
3ef6bcface
Additional info about --nat and LinuxRouter
2014-11-24 19:04:15 -08:00
Brian O'Connor
ab97dfa19c
fixing no --nat issue
2014-11-24 18:36:57 -08:00
Brian O'Connor
af1ccf93a5
Updating NAT class to use gateway interface
...
Also, passing CLI args to NAT constructor
fixes #437
2014-11-24 18:16:57 -08:00
lantz
015cd9e776
Merge pull request #443 from cdburkard/devel/cluster
...
use rcmd instead of quietRun when shutting down remote nodes
2014-11-24 12:30:52 -08:00
Bob Lantz
3d44bcdcc4
MiniNet -> Mininet
2014-11-23 17:32:11 -08:00
Bob Lantz
1817cbc3a4
Pass pyflakes
2014-11-23 17:31:43 -08:00
Bob Lantz
e0bf8ece3c
Minor code cleanup
2014-11-23 17:17:21 -08:00
Bob Lantz
37bdf14b49
Rename examples.{intfOptions,multiLink} -> {intfoptions,multilink}
2014-11-23 17:11:06 -08:00
Bob Lantz
292e69f89a
Renamed to intfoptions.py for consistency
2014-11-23 17:07:32 -08:00
Bob Lantz
dd876e69c8
DemoCLI -> ClusterCLI
2014-11-23 17:04:07 -08:00
lantz
4e644d7465
Merge pull request #450 from mininet/sw-cmd
...
adding deleteIntfs option to switches and corresponding CLI command
2014-11-24 11:27:59 -08:00
lantz
596fd9d0c6
Merge pull request #449 from cdburkard/devel/cluster_controlPaths
...
use ControlPersist ssh option to fix ControlPath shutdown
2014-11-23 14:59:11 -08:00
Bob Lantz
474f68600e
Make pylint happier for no particular reason
2014-11-23 11:13:54 -08:00
Bob Lantz
50774e407c
Remove unused imports
2014-11-23 11:11:03 -08:00
Bob Lantz
8e63e2c540
Fix undefined sleep()
2014-11-23 11:10:43 -08:00
Bob Lantz
273c4e9403
Fix typo. ;-p
2014-11-23 11:09:21 -08:00
Bob Lantz
c273f49077
type( foo ) is bar -> isinstance( foo, bar )
2014-11-23 11:06:12 -08:00
Bob Lantz
9a8bdfd765
use isinstance( obj, basestring) to allow unicode strings
...
fixes #448
2014-11-23 10:59:08 -08:00
Brian O'Connor
23dfbe4ae2
explicit param call in cli command
2014-11-21 18:35:37 -08:00
Brian O'Connor
b57e5d93b8
adding deleteIntfs option to switches and corresponding CLI command
2014-11-21 18:33:06 -08:00