Updated git submodules
authorkaoru sueda <k-sueda@zj.nes.jp.nec.com>
Tue, 12 Sep 2017 05:41:06 +0000 (14:41 +0900)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 28 Sep 2017 16:33:19 +0000 (16:33 +0000)
Project: netvirt stable/carbon f85a8d9494e8caa71702b7cfd7ceb7ae79f7e606

Bug 9077: Fix of issue that the existing NW communication failure when new NW is created

Issue:
  The existing network communication failed after 1001 NWs were created,
  as some of its ovs flows were overwritten.

Cause of this issue:
  In NW creation, some ovs flows' ID were duplicated. The flow ID of the
  1001th network is duplicated with the flow ID of the 1st NW, resulting
  the flow of the 1st NW being deleted(overwritten).

Fix:
  Avoid duplication by appending flow name.

Change-Id: I657d35d52b3fe452097294e7b3517aacf75f2fac
Signed-off-by: kaoru sueda <k-sueda@zj.nes.jp.nec.com>
docs/submodules/netvirt

index e51a9dec46a4b7f1db7b5098629040a39676d7a1..f85a8d9494e8caa71702b7cfd7ceb7ae79f7e606 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e51a9dec46a4b7f1db7b5098629040a39676d7a1
+Subproject commit f85a8d9494e8caa71702b7cfd7ceb7ae79f7e606