VOL-2800 fix for missing DHCP flows on NNI port after OLT delete and recreation.

Sometimes the NNI port can be in disabled state when VOLTHA connects to ONOS.
Because the port exists but is disabled at this point, NNI flows will not get programmed.
Also the port will not be `added` later as it is already there.
So again NNI flows will not be programmed as there will be no PORT_ADDED message.
As a result, we must handle the PORT_UPDATED case for NNI ports as well.

Change-Id: Ie9a7fcbe91a8181c54fcfa3aa5ae5c26bc64bb0e
1 file changed
tree: 484fa88f64d548d920d6a5e6903d622197c52882
  1. .cloudbees.md
  2. .gitignore
  3. .gitreview
  4. CODE_OF_CONDUCT.md
  5. LICENSE.txt
  6. README.md
  7. TEST-README.md
  8. api/
  9. app/
  10. pom.xml
README.md

ONOS OLT OpenFlow Control Application

Build

Let's build all the code

mvn clean install