SEBA-385: Ensure that flow-store is flushed when device disconnects.

Avoids problems when voltha reconnects and flows are pushed too soon,
or stale flows are pushed because port numbers have changed.

Change-Id: Id9e3baed71ff39a966782f9a22917f3b36b8f998
1 file changed
tree: eff4e66d365c8add37a00c93c96c1fb260503b8c
  1. .cloudbees.md
  2. .gitignore
  3. .gitreview
  4. LICENSE.txt
  5. README.md
  6. TEST-README.md
  7. api/
  8. app/
  9. pom.xml
README.md

ONOS OLT OpenFlow Control Application

Build

Let's build all the code

mvn clean install