summaryrefslogtreecommitdiffstats
path: root/mpls/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-26 13:44:41 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-11-07 08:36:09 +0100
commitbaee9a73ebcf4db04d80f454094496a24595e142 (patch)
treec29691cb253e1d497ee08b75220950882de0a708 /mpls/pom.xml
parentcacb95739aed54605b6c89fa0f58898aadaece2f (diff)
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 <mgradzki@cisco.com>
Diffstat (limited to 'mpls/pom.xml')
-rw-r--r--mpls/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpls/pom.xml b/mpls/pom.xml
index ee5f6467b..52cd9bd85 100644
--- a/mpls/pom.xml
+++ b/mpls/pom.xml
@@ -34,6 +34,7 @@
<modules>
<module>api</module>
+ <module>impl</module>
</modules>
<!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->