Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
sdn-topo-mininet
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nawasan Wisitsingkhon
sdn-topo-mininet
Commits
37ce84be
Commit
37ce84be
authored
Feb 11, 2024
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit .py
parent
c1cd8c92
Pipeline
#1939
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
multi-topo.py
multi-topo.py
+2
-0
single-topo.py
single-topo.py
+2
-0
No files found.
multi-topo.py
View file @
37ce84be
...
@@ -14,6 +14,8 @@ def myNetwork():
...
@@ -14,6 +14,8 @@ def myNetwork():
net
=
Mininet
(
topo
=
None
,
net
=
Mininet
(
topo
=
None
,
build
=
False
,
build
=
False
,
autoStaticArp
=
True
,
autoSetMacs
=
True
,
ipBase
=
'172.16.0.0/16'
)
ipBase
=
'172.16.0.0/16'
)
info
(
'*** Adding controller
\n
'
)
info
(
'*** Adding controller
\n
'
)
...
...
single-topo.py
View file @
37ce84be
...
@@ -14,6 +14,8 @@ def myNetwork():
...
@@ -14,6 +14,8 @@ def myNetwork():
net
=
Mininet
(
topo
=
None
,
net
=
Mininet
(
topo
=
None
,
build
=
False
,
build
=
False
,
autoStaticMacs
=
True
,
autoSetMacs
=
True
,
ipBase
=
'172.16.0.0/16'
)
ipBase
=
'172.16.0.0/16'
)
info
(
'*** Adding controller
\n
'
)
info
(
'*** Adding controller
\n
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment