diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-06-01 12:48:27 +0200 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2018-06-05 07:17:36 +0000 |
commit | 7d6c038cb30b933582d15fb6ab92fed60ce8092f (patch) | |
tree | 9878983f61c2898936af346d4b91ad89fe0fa45a /vpp-integration/api-docs/docs/pom.xml | |
parent | c46a97f716e6c5c4fed9f52f66f0847e2cefaf59 (diff) |
HC2VPP-336: reenable NSH plugin
This patch reverts https://gerrit.fd.io/r/#/c/12822/
and bumps jvpp nsh_sfc dependency to 18.07-SNAPSHOT.
Change-Id: Idce70d39c9c273b7db3c771430ef5af58417b43b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/api-docs/docs/pom.xml')
-rw-r--r-- | vpp-integration/api-docs/docs/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index 03ebbc5c3..6545ed671 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -46,6 +46,7 @@ io.fd.hc2vpp.dhcp.DhcpModule, io.fd.hc2vpp.policer.PolicerModule, io.fd.hc2vpp.mpls.MplsModule, + io.fd.hc2vpp.docs.core.mock.binding.MockNshModule, io.fd.hc2vpp.docs.core.mock.binding.MockIoamModule, io.fd.hc2vpp.bgp.inet.BgpInetModule, io.fd.hc2vpp.bgp.prefix.sid.BgpPrefixSidModule |