Updated git submodules
authorJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Wed, 17 May 2017 20:20:41 +0000 (22:20 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 1 Jun 2017 17:28:56 +0000 (17:28 +0000)
commit8c303b7a2628f6da5beda451d69d3e15dbdfcf64
treeafe85f16f14aab27de7867ee41c51af79920c48f
parentd122b9387961398ae4abd36e8794b80e5080e9b8
Updated git submodules

Project: netvirt master cd053e3d6b745897b912dac4cb9ee3437836ebc4

BUG 8537: Get destination from interface remote ip

Genius will not set the tunnel destination IP address until the very
last action. Classifier egress cannot expect to have this IP address
available on it's own pipeline.

Solve this by setting the IP address on REG0 on the egress service
binding actions. This will be the remote IP of the bound interface in
case of tunnel or the local IP otherwise.

To avoid overuse of registries, a REG is no longer used to set the
SFF IP address on table 101. This IP will be set directly on the path
specific flows of table 223 if needed. Previously this REG was being
used to know if the SFF was remote by comparing with the local IP in
these flows but that is not needed as it can be known at configuration
time.

Change-Id: If7a474391ed2d643cc3b3f34743d60c5f418b2e5
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
docs/submodules/netvirt