xIn order to delete meters that are not used by a flow, the default value of "deleteMeters" must be True.

This patch also includes:

* The selection of the default tech profile id for the eapol trap flow.
(Olt app checks SADIS config whether the tech profile id is provided or not.
If it finds the tech profile id, it uses this,
else, it uses the default tech profile id that is a property of olt app (defaultTechProfileId))

* Default tech profile id is changed from 10 to 64 (10 was using for mininet & userswitch testing)
Change-Id: I908e2828fa21b87e0b46c0f2b5f2f4c8d9525851
1 file changed
tree: fe7baa841f3dadf27488edf8ee9979baa7c2d4c2
  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