Fix setIpDst in ConnectivityIntent

Change-Id: I7228e79dd45cd3c2ae72a9491633a9774afda218
This commit is contained in:
Charles Chan 2016-04-05 11:38:09 -07:00
parent 6ef0b76590
commit d4489882ec

View File

@ -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)) {