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
Simon Hunt
2014-10-30 08:15:58 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c7aafb688d75cc07ca26eab8b61fcd6cac82b71
7c7aafb6
1 parent
106d4495
Added ports to link data in sample json.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
web/gui/src/main/webapp/json/network.json
web/gui/src/main/webapp/json/network.json
View file @
7c7aafb
...
...
@@ -59,54 +59,72 @@
"src"
:
"of:0000000000000001"
,
"dst"
:
"of:0000000000000002"
,
"type"
:
"optical"
,
"srcPort"
:
1
,
"dstPort"
:
2
,
"linkWidth"
:
1.5
},
{
"src"
:
"of:0000000000000001"
,
"dst"
:
"of:0000000000000003"
,
"type"
:
"optical"
,
"srcPort"
:
2
,
"dstPort"
:
5
,
"linkWidth"
:
1.5
},
{
"src"
:
"of:0000000000000001"
,
"dst"
:
"of:0000000000000004"
,
"type"
:
"optical"
,
"srcPort"
:
3
,
"dstPort"
:
2
,
"linkWidth"
:
1.5
},
{
"src"
:
"of:0000000000000002"
,
"dst"
:
"of:0000000000000003"
,
"type"
:
"optical"
,
"srcPort"
:
3
,
"dstPort"
:
4
,
"linkWidth"
:
1.5
},
{
"src"
:
"of:0000000000000002"
,
"dst"
:
"of:0000000000000004"
,
"type"
:
"optical"
,
"srcPort"
:
4
,
"dstPort"
:
1
,
"linkWidth"
:
1.5
},
{
"src"
:
"of:0000000000000003"
,
"dst"
:
"of:0000000000000004"
,
"type"
:
"optical"
,
"srcPort"
:
3
,
"dstPort"
:
3
,
"linkWidth"
:
1.5
},
{
"src"
:
"of:0000000000000013"
,
"dst"
:
"of:0000000000000003"
,
"type"
:
"direct"
,
"srcPort"
:
1
,
"dstPort"
:
7
,
"linkWidth"
:
1.0
},
{
"src"
:
"of:0000000000000012"
,
"dst"
:
"of:0000000000000002"
,
"type"
:
"direct"
,
"srcPort"
:
1
,
"dstPort"
:
9
,
"linkWidth"
:
1.0
},
{
"src"
:
"of:0000000000000011"
,
"dst"
:
"of:0000000000000001"
,
"type"
:
"direct"
,
"srcPort"
:
1
,
"dstPort"
:
6
,
"linkWidth"
:
1.0
}
],
...
...
Please
register
or
login
to post a comment