Updated git submodules
authorVivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Mon, 18 Sep 2017 17:08:38 +0000 (22:38 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 19 Sep 2017 12:55:58 +0000 (12:55 +0000)
commitd799db909d96d373effcbe76e292919709b59afb
treeb01fdba22939c31116572e562f66e8b814d8f28d
parent55751948db2e93f35203c09ed0f9830618ac96ca
Updated git submodules

Project: netvirt master 6ca9c509cf44de19707efd9a0ea4cc9b1618f5e8

Bug 8953: Fix exceptions raised due to PNF confused with FIP

Both FIP and discovered PNF IP VrfEntries
use an RD value of external-subnet-id and
thereby the below review resulted in FloatingIP (FIP)
processing being done for PNF incorrectly.
This situation happened vide review:
https://git.opendaylight.org/gerrit/#/c/62957/

In here we fix that confusion, by pushing a new
enumeration to clearly distinguish various type
of prefixes within the prefix-to-interface and use
the same in FibManager (VrfEntryListener) to unambiguously
handle processing for such prefixes (or VrfEntries).

Change-Id: I5143c603d96657e7db0db38a955a4a14f0413e0c
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
docs/submodules/netvirt