Update git submodules
authorVictor Pickard <vpickard@redhat.com>
Fri, 26 Jan 2018 12:42:21 +0000 (07:42 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 10 Feb 2018 01:18:29 +0000 (01:18 +0000)
* Update docs/submodules/genius from branch 'master'
  to 05ac24ba9bef02af813769034d090ec108bd4306
  - Handle br-int dpid update for genius auto tunnels

    In OOO deployments, genius auto tunnels does not work,
    and vxlan tunnels are not created.

    When br-int is added by netvirt, the ovsdb node add
    comes in for br-int, without a dpid. The code bails
    if br-int does not have a dpid (tep not added).
    Then, a second notification comes in, as an ovsdbNodeUpdate,
    with the dpid for the node (br-int). But, the current code
    does not handle br-int updates, and the tep is never added.

    This code change checks for dpid being added to br-int
    in the update path, and triggers tep to be added when
    this condition occurs.

    Change-Id: I3a62283f1596dba3c6d734f5497c3f38a5be4b10
Signed-off-by: Victor Pickard <vpickard@redhat.com>
docs/submodules/genius

index dfc9ab118651001d58981877506eab854f2a031a..05ac24ba9bef02af813769034d090ec108bd4306 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dfc9ab118651001d58981877506eab854f2a031a
+Subproject commit 05ac24ba9bef02af813769034d090ec108bd4306