Revert "SDFAB-242 Explicitly use wipeDeferred in the flow obj to drop ARP and NDP from pair port"

This reverts commit 90dd932cd30d5032a789120baeee96d245b47005.

Reason for revert: With this patch we are no more able to forward ARP/NDP traffic through the bridging using the pair link. Going back in the past - it looks like the original purpose was to prevent learning of hosts through the pair link and not explicitly dropped the ARP requests.

Change-Id: I8e0547c444b471c364925fd3eb1cb8197789ede6
1 file changed
tree: 9290d280f1ea740f82bfa669c7c47080d701e8d1
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. LICENSE.txt
  5. README.md
  6. api/
  7. app/
  8. impl/
  9. pom.xml
  10. web/
README.md

Trellis Control Application

Build

docker run -it --rm -v $HOME/.m2:/root/.m2 -v $PWD:/root/trellis-control -w /root/trellis-control maven:3.6.3-openjdk-11 mvn clean install

The OAR file can be located under app/target

Install

onos-app <ip>:<port> install! app/target/segmentrouting-app-<x.y.z>.oar