From c6e6a032ce80f6b8a781383ebe72f3ca9572b268 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Fri, 15 Apr 2016 15:22:34 +0200 Subject: [VPNSERVICE] Bugfix Broadcast Group The local broadcast group was not updated correctly in ODL. This commit includes the bugfix. Change-Id: I7857bcdc543217d513683bf91ab13fa93ba2ed42 --- build/f_isoroot/f_odlpluginbuild/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk index 4b82e52c9..a5e8a964d 100644 --- a/build/f_isoroot/f_odlpluginbuild/config.mk +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -8,7 +8,7 @@ ############################################################################## ODL_BRANCH=brahmaputra-sr2 -ODL_CHANGE=d8e3f7963d3fcc6427e61dde6f160832f989b30d +ODL_CHANGE=ec9474c1178e7451ec75f6e306ac84424a84a28a ODL_REPO="https://github.com/openstack/fuel-plugin-opendaylight.git" export USE_JAVA8=true -- cgit 1.2.3-korg