summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <michal.cmarada@pantheon.tech>2018-06-08 11:54:53 +0200
committerMichal Cmarada <michal.cmarada@pantheon.tech>2018-06-08 11:54:53 +0200
commit887fb8a181146390bccb6eaf5caeb0a84659c750 (patch)
treebe6ea451e14ea62894feb837bb1e731260e803da /pom.xml
parent36f90b9d6f6912303222b9bf26ebb3d87b19aac4 (diff)
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 <michal.cmarada@pantheon.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e5f7b7fc8..72d308339 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
<module>ioam</module>
<module>nsh</module>
<module>routing</module>
+ <module>fib-management</module>
<module>nat</module>
<module>lisp</module>
<module>release-notes</module>
@@ -56,4 +57,4 @@
<module>bgp</module>
<module>mpls</module>
</modules>
-</project> \ No newline at end of file
+</project>