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
tom
2014-10-02 21:31:37 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
008126b8ea9f11917ac9840b5a9f4c676b652c80
008126b8
1 parent
fa70a29a
Fixing a compile issue.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java
core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java
View file @
008126b
...
...
@@ -64,7 +64,7 @@ public class PathIntentInstaller
treat
.
setOutput
(
link
.
src
().
port
());
FlowRule
f
=
new
DefaultFlowRule
(
link
.
src
().
deviceId
(),
builder
.
build
(),
treat
.
build
(),
0
,
appId
);
builder
.
build
(),
treat
.
build
(),
0
,
appId
,
0
);
flowRuleService
.
applyFlowRules
(
f
);
prev
=
link
.
dst
();
...
...
Please
register
or
login
to post a comment