From 32aa07e5517fba7f78ae79d2ba83b56f72a53293 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 1 Dec 2016 18:15:52 +0100 Subject: HONEYCOMB-58 - Routing Plugin Structure Read/Write support for ipv4/6 static routes. Restriction due to vpp implementation described in readme. Change-Id: I328f406a9b7cb8781f8becf98eca293cebe66859 Signed-off-by: Jan Srnicek --- 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 56e821a1a..b5f961837 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + io.fd.honeycomb.common @@ -35,12 +36,14 @@ 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT io.fd.hc2vpp.common.integration.VppCommonModule, io.fd.hc2vpp.lisp.LispModule, io.fd.hc2vpp.v3po.V3poModule, io.fd.hc2vpp.nat.NatModule, + io.fd.hc2vpp.routing.RoutingModule, // io.fd.hc2vpp.vppnsh.impl.VppNshModule, // io.fd.hc2vpp.vppioam.impl.VppIoamModule @@ -97,6 +100,11 @@ nat2vpp ${nat.version} + + io.fd.hc2vpp.routing + routing-impl + ${routing.version} + io.fd.hc2vpp.ioam vppioam-impl -- cgit 1.2.3-korg