summaryrefslogtreecommitdiffstats
path: root/mpls/impl/asciidoc
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/impl/asciidoc
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/impl/asciidoc')
-rw-r--r--mpls/impl/asciidoc/Readme.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/mpls/impl/asciidoc/Readme.adoc b/mpls/impl/asciidoc/Readme.adoc
new file mode 100644
index 000000000..22b60cb7e
--- /dev/null
+++ b/mpls/impl/asciidoc/Readme.adoc
@@ -0,0 +1,8 @@
+= mpls-impl
+
+Translates
+/ietf-routing:routing/ietf-mpls:mpls/interface
+
+to
+
+sw_interface_set_mpls_enable. \ No newline at end of file