From 0c5820220a4e7ebc3245259085d00551d2687e32 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 5 Oct 2016 15:03:33 +0200 Subject: HONEYCOMB-229 Introduce NAT to HC Reflects SNAT from VPP: - 1:1 Static IPv4 mapping - interface in/out NAT feature management Bonus: - Support presence containers in infra Change-Id: Ieb38526f83edbae5e605d5c7e39bb22bbafc50e5 Signed-off-by: Maros Marsalek --- vpp-integration/minimal-distribution/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vpp-integration') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 36d1e0f1a..041c0a584 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -34,6 +34,7 @@ 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT io.fd.honeycomb.vpp.common.integration.VppCommonModule, @@ -88,5 +89,10 @@ vppnsh-impl ${vppnsh.version} + + io.fd.honeycomb.nat + nat2vpp + ${nat.version} + -- cgit 1.2.3-korg