Committed by
Gerrit Code Review
[WIP] Fixed for controller to not to reply ARP request from physical
Change-Id: Icc09d67d988b1487d2fdc884875c618cd4f72199
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -589,7 +589,6 @@ public class CordVtnRuleInstaller { | ... | @@ -589,7 +589,6 @@ public class CordVtnRuleInstaller { |
589 | selector = DefaultTrafficSelector.builder() | 589 | selector = DefaultTrafficSelector.builder() |
590 | .matchInPort(phyPort) | 590 | .matchInPort(phyPort) |
591 | .matchEthType(Ethernet.TYPE_ARP) | 591 | .matchEthType(Ethernet.TYPE_ARP) |
592 | - .matchArpTpa(localIp.getIp4Address()) | ||
593 | .build(); | 592 | .build(); |
594 | 593 | ||
595 | treatment = DefaultTrafficTreatment.builder() | 594 | treatment = DefaultTrafficTreatment.builder() | ... | ... |
-
Please register or login to post a comment