Updated git submodules
authorcgowdru <chetan.arakere@altencalsoftlabs.com>
Tue, 14 Mar 2017 18:10:56 +0000 (23:40 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 23 Mar 2017 17:40:43 +0000 (17:40 +0000)
Project: netvirt stable/boron a71e06c8c9409213fa3c575f09e10dfc136939c1

Bug 7984: IDLE_TIMEOUT check required in onFlowRemoved.

Description: When FlowRemoved notification is received,
We are taking care of deleting the INBOUND_NAPT_TABLE entry
and releasing the allocated external port for an external-ip.
This is valid only if onFlowRemoved received due to OUTBOUND_NAPT_TABLE
removed beause of IDLE_TIMEOUT. When Switch goes down, we re-elect
a new NAPT switch and re-install ongoing session flows. It is required
not to release the allocated external port during Switch down, but
should be done only during IDLE_TIMEOUT.

Initially, we have the check but been removed with review
https://git.opendaylight.org/gerrit/#/c/49214/. Also plugin support
to get the RemovedReason was not available with onFlowRemoved.

Now, we have the plugin support to get the removed reason which can be
used. https://git.opendaylight.org/gerrit/#/c/50335/

Change-Id: I5708fbd1755719ea0cdabe29eaf0787076a46f24
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
(cherry picked from commit 97f783b05be80c5a2eb8c3c47c1c63e442082788)

docs/submodules/netvirt

index 97871769835114e4deee5a65ea5b387a138666d7..a71e06c8c9409213fa3c575f09e10dfc136939c1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 97871769835114e4deee5a65ea5b387a138666d7
+Subproject commit a71e06c8c9409213fa3c575f09e10dfc136939c1