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
alshabib
2014-09-25 14:50:54 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e3cc58321b8e1864edf8b34c0b3ad46edfbab46
5e3cc583
1 parent
25182651
removing extraneous log stmt
Change-Id: I9d022036cf0b4912bce7f95fadc1a5757270a3c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java
core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java
View file @
5e3cc58
...
...
@@ -252,7 +252,6 @@ implements FlowRuleService, FlowRuleProviderRegistry {
}
}
for
(
FlowRule
rule
:
storedRules
)
{
log
.
info
(
"missing rule is {}"
,
rule
);
// there are rules in the store that aren't on the switch
flowMissing
(
rule
);
...
...
Please
register
or
login
to post a comment