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
(cherry picked from commit 80b6b6c21c5e2f87da07d10df3d5a8faf99990fe)
1 file changed
tree: 490087bb80ca673593fffa39f46072eb4ab08ca3
  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