diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-10-26 10:09:45 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-10-26 08:47:01 +0000 |
commit | 6ed0418d5044465693d0085574618566685fa223 (patch) | |
tree | 6d4130d207a170c0bd3518e49736086f4aeda612 /vpp-integration/minimal-distribution | |
parent | 65f313418d76426b75018bdc4e87a98c5c5bc772 (diff) |
Enable NAT plugin
Change-Id: I91f762210f7aca1dd0f4bd6ca4bda2c9d42dde28
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-integration/minimal-distribution')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 1 |
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> |