DO-NOT-MERGE-YET: Port description is not getting udpated when port removed from... 71/14671/1
authorAnil Vishnoi <vishnoianil@gmail.com>
Mon, 2 Feb 2015 08:26:40 +0000 (00:26 -0800)
committerAnil Vishnoi <vishnoianil@gmail.com>
Mon, 2 Feb 2015 08:27:33 +0000 (00:27 -0800)
commit433f14f2bc9b3d3739861afd4a6329ad3431403f
tree5ca7333f8e8786220684ccd6e7d42b4fb05dbe24
parent9f320ae874c83e2a38fb9d791d5805e314d0150f
DO-NOT-MERGE-YET: Port description is not getting udpated when port removed from openflow switch

If user removed port from openflow switch, it generated port status message with reason - DELETE
But this message is not properly hooked to onNodeUpdateRemoved notification defined in inventory
models. This patch fixes the issue.

Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/MDController.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/translator/PortStatusMessageToNodeConnectorUpdatedTranslator.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/util/PortTranslatorUtil.java