From fb50d586985f12d1aa39eb6c5fdcd6b8a87b26da Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 10 Mar 2017 10:00:43 +0100 Subject: HC2VPP-7 - L3 split to separate module ipv4/ipv6/proxy arp/nd proxy Change-Id: I536298dd5584f79f357e94da08d402e67e79bb71 Signed-off-by: Jan Srnicek --- vpp-integration/minimal-distribution/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'vpp-integration') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index ddf707687..1e73862c6 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -40,11 +40,15 @@ 1.17.04-SNAPSHOT 1.17.04-SNAPSHOT 1.17.04-SNAPSHOT + 1.17.04-SNAPSHOT io.fd.hc2vpp.common.integration.VppCommonModule, io.fd.hc2vpp.lisp.LispModule, io.fd.hc2vpp.v3po.V3poModule, + io.fd.hc2vpp.l3.InterfaceL3Module, + io.fd.hc2vpp.l3.SubInterfaceL3Module, + io.fd.hc2vpp.l3.ProxyArpModule, io.fd.hc2vpp.vpp.classifier.VppClassifierModule, io.fd.hc2vpp.vpp.classifier.InterfaceClassifierAclModule, io.fd.hc2vpp.vpp.classifier.SubInterfaceClassifierAclModule, @@ -102,6 +106,11 @@ vpp-classifier-impl ${vpp.classifier.version} + + io.fd.hc2vpp.l3 + l3-impl + ${l3-impl.version} + io.fd.hc2vpp.lisp lisp2vpp -- cgit 1.2.3-korg