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
Thomas Vachuska
2014-10-16 10:32:08 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dfe48a752e29dece38c0780c7c0e5f696b406302
dfe48a75
1 parent
ade0b09a
Added JSON formatting for flow list command.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
cli/src/main/java/org/onlab/onos/cli/net/FlowsListCommand.java
cli/src/main/java/org/onlab/onos/cli/net/FlowsListCommand.java
View file @
dfe48a7
...
...
@@ -94,7 +94,7 @@ public class FlowsListCommand extends AbstractShellCommand {
result
.
put
(
"device"
,
device
.
id
().
toString
())
.
put
(
"flowCount"
,
flows
.
size
())
.
pu
t
(
"flows"
,
array
);
.
se
t
(
"flows"
,
array
);
return
result
;
}
...
...
Please
register
or
login
to post a comment