From f8273e10b19ecc82bdda81feef9982ce28d5de21 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 16 Dec 2016 13:07:56 +0100 Subject: HONEYCOMB-310: translation layer for acl plugin Not covered by this patch (moved to subsequent commits): - postman collection - distinguish ingress/egress ACLs while reading assigned acls - proper support for acl tag - unit tests improvements - read for acls (not necessarily assigned) - initializers Change-Id: I5a198ce1a6e20d0b1d95b4d2d83d0464fb86580c Signed-off-by: Jan Srnicek Signed-off-by: Marek Gradzki --- vpp-integration/minimal-distribution/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'vpp-integration') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 05da92682..ffef78614 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -37,14 +37,17 @@ 1.17.01-SNAPSHOT 1.17.01-SNAPSHOT 1.17.01-SNAPSHOT + 1.17.01-SNAPSHOT io.fd.hc2vpp.common.integration.VppCommonModule, io.fd.hc2vpp.lisp.LispModule, io.fd.hc2vpp.v3po.V3poModule, - io.fd.hc2vpp.v3po.ClassifierIetfAclModule, + // io.fd.hc2vpp.v3po.ClassifierIetfAclModule, + io.fd.hc2vpp.nat.NatModule, io.fd.hc2vpp.routing.RoutingModule, + io.fd.hc2vpp.acl.AclModule, // io.fd.hc2vpp.vppnsh.impl.VppNshModule, // io.fd.hc2vpp.vppioam.impl.VppIoamModule @@ -111,5 +114,10 @@ vppioam-impl ${ioam.version} + + io.fd.hc2vpp.acl + acl-impl + ${acl.version} + -- cgit 1.2.3-korg