Fixing the ordering of flow programming operations

* When the subscriber is provisioned, it seems the related flows are being sent
in proper order. However, Voltha receives these in the wrong order. In order to
solve this problem, Charles' suggestion is implemented.

* New property named enableEapol is added, the default is true -  it can be
changed to false from ONOS CLI, when it is false, OLT app does not send EAPOL
trap flows.

* Meter-mod & Flow-mod ordering issue is solved

* Multiple OLT support is added (internal maps are updated)

* New cli commands to debug bandwidthProfile and meter relations

Change-Id: Ic0a15aafa5403e00106dc660061e2a0b46ba5b01
6 files changed
tree: 6225989e2942efb1c70acd3e27b7cbe9aa983dda
  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