Two fixes regarding meter handling

First, while deleting an eapol flow, do not create a meter as a
side-effect of a lookup failure.
Second, do not remove bpInfo to Meter mapping when removing default eapol
flow, as other ONUs are still using it and new ones can reuse it instead
of creating duplicate meters.

Change-Id: I6d62b24b4d4f6e27eba28c35bab7c5a2f5144aa9
1 file changed
tree: 98c7eb2cd53a07471fd40a5380ea7b5519b8a7fb
  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