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 --- vpp-integration/minimal-distribution/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vpp-integration/minimal-distribution') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 0cc3a85ba..96abc6958 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -65,6 +65,7 @@ io.fd.hc2vpp.acl.AclModule, io.fd.hc2vpp.dhcp.DhcpModule, io.fd.hc2vpp.policer.PolicerModule, + io.fd.hc2vpp.mpls.MplsModule, // io.fd.hc2vpp.vppnsh.impl.VppNshModule, // io.fd.hc2vpp.vppioam.impl.VppIoamModule, @@ -173,5 +174,10 @@ bgp-inet ${hc2vpp.bgp.version} + + io.fd.hc2vpp.mpls + mpls-impl + ${project.version} + -- cgit 1.2.3-korg