summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-10-26 10:09:45 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-10-26 08:47:01 +0000
commit921d1729eb2736c4f9b8b14205436934bcf81813 (patch)
tree960c28623aa5b9c83716f7defe02fe5044d5d512 /vpp-integration
parentbc854d9d1050a3f696334d123dead72e9e9e0a1f (diff)
Enable NAT plugin
Change-Id: I91f762210f7aca1dd0f4bd6ca4bda2c9d42dde28 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/minimal-distribution/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml
index 041c0a584..0f504ec70 100644
--- a/vpp-integration/minimal-distribution/pom.xml
+++ b/vpp-integration/minimal-distribution/pom.xml
@@ -40,6 +40,7 @@
io.fd.honeycomb.vpp.common.integration.VppCommonModule,
io.fd.honeycomb.lisp.LispModule,
io.fd.honeycomb.translate.v3po.V3poModule,
+ io.fd.honeycomb.nat.NatModule,
// io.fd.honeycomb.vppnsh.impl.VppNshModule
<!-- Nsh module by default disabled, because it needs vpp-nsh plugin, which is not part of vpp codebase.-->
</distribution.modules>