Adding purgeOnDisconnect feature to delete meters and updating EAPOL trap
flows.

* Calling preSetProperty of componentConfigService for MeterManager
* Remove the meter from programmedMeters map when the device disconnects
* Adding vlanId match criteria to EAPOL trap flows
* Adding c-tag or default vlan to write-metadata instruction value for
EAPOL trap flows
* Change the ONOS dependency to 1.13.9-rc3
* Fixing disable-reenabling ONU issue
* Fixing reboot OLT issue

Change-Id: Icce73e8334925193fa2e63d558814eb3bc836f3d
2 files changed
tree: 5bf070cc6306605252527c75497c651ed7adc46d
  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