From 367cc7c7af7a4b760a0f2c4cf6b95eda34e7a542 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 30 Jun 2017 23:03:16 +0200 Subject: HONEYCOMB-374: remove BGP distribution for vpp After HONEYCOMB-358 was fixed, BGP northbound interface was included in Honeycomb's minimal distro: https://gerrit.fd.io/r/#/c/7363/ Change-Id: I8164747502b3612f540aa008007ceda445b89cb6 Signed-off-by: Marek Gradzki --- vpp-integration/minimal-distribution/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'vpp-integration/minimal-distribution') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index a8616f535..a8d5ef1cf 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -45,6 +45,7 @@ 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT + 1.17.07-SNAPSHOT io.fd.hc2vpp.common.integration.VppCommonModule, @@ -66,8 +67,10 @@ io.fd.hc2vpp.policer.PolicerModule, // io.fd.hc2vpp.vppnsh.impl.VppNshModule, - // io.fd.hc2vpp.vppioam.impl.VppIoamModule + // io.fd.hc2vpp.vppioam.impl.VppIoamModule, + // io.fd.hc2vpp.bgp.inet.BgpInetModule + @@ -165,5 +168,10 @@ impl ${iface.role.version} + + io.fd.hc2vpp.bgp + bgp-inet + ${hc2vpp.bgp.version} + -- cgit 1.2.3-korg