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
Charles Chan
2016-04-05 11:38:09 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4489882ec0518f468af1d51b1e24194cbe4591c
d4489882
1 parent
6ef0b765
Fix setIpDst in ConnectivityIntent
Change-Id: I7228e79dd45cd3c2ae72a9491633a9774afda218
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java
cli/src/main/java/org/onosproject/cli/net/ConnectivityIntentCommand.java
View file @
d448988
...
...
@@ -317,7 +317,7 @@ public abstract class ConnectivityIntentCommand extends AbstractShellCommand {
}
if
(!
isNullOrEmpty
(
setIpDstString
))
{
treatmentBuilder
.
setIp
Src
(
IpAddress
.
valueOf
(
setIpDstString
));
treatmentBuilder
.
setIp
Dst
(
IpAddress
.
valueOf
(
setIpDstString
));
emptyTreatment
=
false
;
}
if
(!
isNullOrEmpty
(
setVlan
))
{
...
...
Please
register
or
login
to post a comment