From baee9a73ebcf4db04d80f454094496a24595e142 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 26 Oct 2017 13:44:41 +0200 Subject: HC2VPP-257: MPLS interface management Translates /hc2vpp-ietf-routing:routing/hc2vpp-ietf-mpls:mpls/interface to sw_interface_set_mpls_enable which is equivalent to: set interface mpls [...] enable MPLS table is created before configuring MPLS using mpls_table_add_del (required since VPP 17.10). Reading MPLS configuration state is not supported (VPP API is missing). Change-Id: I3f1b987c3669b0836a27649a711e75d0dc37a779 Signed-off-by: Marek Gradzki --- mpls/impl/pom.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 mpls/impl/pom.xml (limited to 'mpls/impl/pom.xml') diff --git a/mpls/impl/pom.xml b/mpls/impl/pom.xml new file mode 100644 index 000000000..4005e6368 --- /dev/null +++ b/mpls/impl/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + + io.fd.hc2vpp.common + vpp-impl-parent + 1.18.01-SNAPSHOT + ../../vpp-common/vpp-impl-parent + + + io.fd.hc2vpp.mpls + mpls-impl + ${project.artifactId} + 1.18.01-SNAPSHOT + + + + + io.fd.honeycomb + translate-api + ${project.version} + + + io.fd.honeycomb + translate-impl + ${project.version} + + + io.fd.honeycomb + translate-spi + ${project.version} + + + + io.fd.hc2vpp.mpls + mpls-api + ${project.version} + + + + io.fd.hc2vpp.common + vpp-translate-utils + + + + com.google.inject + guice + + + com.google.inject.extensions + guice-multibindings + + + io.fd.hc2vpp.common + vpp-translate-test + ${project.version} + test + + + \ No newline at end of file -- cgit 1.2.3-korg