This patch includes the following implementations:

1) ONOS will remove eapol trap flows with default bandwidth and install new trap flow with subscriber bandwidth after successful authentication. Also will do the reverse when the subscriber is removed.

2) All subscriber (uni) based trap flows must include write metadata and meter instructions. (DHCP, EAP and IGMP)

Change-Id: Ie354f005cfac7b1b1fefcd079245e7a769f4e2c8
2 files changed
tree: 17116f2aad7b33bed7af127ba53bdd6b24cb52a4
  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