From e34d9ddc318562cb9eaed77a705d4e46028dc65c Mon Sep 17 00:00:00 2001 From: Faseela K Date: Wed, 18 Jul 2018 01:09:23 +0530 Subject: [PATCH] Avoid ofp topology discovery openflowplugin is packaging lldp based topology discovery along with "odl-openflowplugin-flow-services. This feature sends periodic lldp messages on all the links available, to discover the topology. Netvirt does not need this lldp feature, but is coming by default with the feature we were including. This patch removes the feature which was previously used, and use only the appropriate openflowplugin features needed for netvirt functionality. JIRA: OPNFLWPLUG-1024 Change-Id: Ibdd78e492c77fb19ae1965bb6c92a6b4a84dd695 Signed-off-by: Faseela K --- features/odl-netvirt-impl/pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/features/odl-netvirt-impl/pom.xml b/features/odl-netvirt-impl/pom.xml index 74c9f750b3..bea9cc7794 100644 --- a/features/odl-netvirt-impl/pom.xml +++ b/features/odl-netvirt-impl/pom.xml @@ -74,7 +74,21 @@ org.opendaylight.openflowplugin - odl-openflowplugin-flow-services + odl-openflowplugin-app-config-pusher + 0.7.0-SNAPSHOT + xml + features + + + org.opendaylight.openflowplugin + odl-openflowplugin-app-forwardingrules-manager + 0.7.0-SNAPSHOT + xml + features + + + org.opendaylight.openflowplugin + odl-openflowplugin-app-reconciliation-framework 0.7.0-SNAPSHOT xml features -- 2.36.6