mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Fix setIpDst in ConnectivityIntent
Change-Id: I7228e79dd45cd3c2ae72a9491633a9774afda218
This commit is contained in:
parent
6ef0b76590
commit
d4489882ec
@ -317,7 +317,7 @@ public abstract class ConnectivityIntentCommand extends AbstractShellCommand {
|
||||
}
|
||||
|
||||
if (!isNullOrEmpty(setIpDstString)) {
|
||||
treatmentBuilder.setIpSrc(IpAddress.valueOf(setIpDstString));
|
||||
treatmentBuilder.setIpDst(IpAddress.valueOf(setIpDstString));
|
||||
emptyTreatment = false;
|
||||
}
|
||||
if (!isNullOrEmpty(setVlan)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user