From 887fb8a181146390bccb6eaf5caeb0a84659c750 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Fri, 8 Jun 2018 11:54:53 +0200 Subject: HC2VPP-317 - Implement FIB table management support changes: - Added new custom model vpp-fib-table-management - allows management of IPv4 and IPv6 Fib tables for VPP Change-Id: I3647dd659dbefabab233eacef666c3835e69320d Signed-off-by: Michal Cmarada --- vpp-integration/api-docs/docs/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vpp-integration/api-docs/docs') diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index 6545ed671..b5c62171b 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -30,6 +30,7 @@ io.fd.hc2vpp.docs.core.mock.binding.MockBindingModule, io.fd.hc2vpp.management.VppManagementModule, + io.fd.hc2vpp.fib.management.FibManagementModule, io.fd.hc2vpp.lisp.LispModule, io.fd.hc2vpp.lisp.gpe.GpeModule, io.fd.hc2vpp.v3po.V3poModule, @@ -108,4 +109,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg