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
Marc De Leenheer
2015-03-17 17:45:11 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad48f88b74387bf9716f1972b7b8ead3dccdb5a3
ad48f88b
1 parent
0bc05997
Set output as last action
Change-Id: I8c004ff14090ce9e9864d110e4d3ac164cfc4680
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/net/src/main/java/org/onosproject/net/intent/impl/installer/OpticalPathIntentInstaller.java
core/net/src/main/java/org/onosproject/net/intent/impl/installer/OpticalPathIntentInstaller.java
View file @
ad48f88
...
...
@@ -149,8 +149,8 @@ public class OpticalPathIntentInstaller implements IntentInstaller<OpticalPathIn
}
TrafficTreatment
.
Builder
treatmentBuilder
=
DefaultTrafficTreatment
.
builder
();
treatmentBuilder
.
setOutput
(
link
.
src
().
port
());
treatmentBuilder
.
setLambda
((
short
)
la
.
toInt
());
treatmentBuilder
.
setOutput
(
link
.
src
().
port
());
FlowRule
rule
=
new
DefaultFlowRule
(
prev
.
deviceId
(),
selectorBuilder
.
build
(),
...
...
Please
register
or
login
to post a comment