Hyunsun Moon
Committed by Gerrit Code Review

[WIP] Fixed for controller to not to reply ARP request from physical

Change-Id: Icc09d67d988b1487d2fdc884875c618cd4f72199
......@@ -589,7 +589,6 @@ public class CordVtnRuleInstaller {
selector = DefaultTrafficSelector.builder()
.matchInPort(phyPort)
.matchEthType(Ethernet.TYPE_ARP)
.matchArpTpa(localIp.getIp4Address())
.build();
treatment = DefaultTrafficTreatment.builder()
......