Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Marc De Leenheer
2015-04-02 18:52:08 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1fde6d5768df87d45ecacb6e7ebefa6e3bdbf811
1fde6d57
1 parent
ae06b3bf
Unique name for controllers
Change-Id: If4fc4854bdc6c0946b3779b5af6f1d6228eb4e16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tools/test/topos/opticalUtils.py
tools/test/topos/opticalUtils.py
View file @
1fde6d5
...
...
@@ -430,6 +430,7 @@ class MininetOE( Mininet ):
i
=
0
for
ctrl
in
controllers
:
self
.
addController
(
RemoteController
(
'c
%
d'
%
i
,
ip
=
ctrl
)
)
i
+=
1
class
OpticalTestTopo
(
Topo
):
...
...
Please
register
or
login
to post a comment