summaryrefslogtreecommitdiffstats
path: root/mpls/impl/asciidoc/Readme.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'mpls/impl/asciidoc/Readme.adoc')
-rw-r--r--mpls/impl/asciidoc/Readme.adoc18
1 files changed, 17 insertions, 1 deletions
diff --git a/mpls/impl/asciidoc/Readme.adoc b/mpls/impl/asciidoc/Readme.adoc
index 22b60cb7e..064dd1522 100644
--- a/mpls/impl/asciidoc/Readme.adoc
+++ b/mpls/impl/asciidoc/Readme.adoc
@@ -1,8 +1,24 @@
= mpls-impl
+== MPLS interface management
+
+Allows to enable/disable MPLS on given interface.
+
Translates
/ietf-routing:routing/ietf-mpls:mpls/interface
to
-sw_interface_set_mpls_enable. \ No newline at end of file
+sw_interface_set_mpls_enable.
+
+== Pushing MPLS labels
+
+Translates impose-and-forward operation of
+/hc2vpp-ietf-routing:routing/hc2vpp-ietf-mpl:mpls/
+hc2vpp-ietf-mpls-static:static-lsps/static-lsp
+
+to ip_add_del_route call.
+
+For single outgoing-label, use simple-path out-segment.
+For multiple outgoing labels, use path-list out-segment
+with single path (multiple path support is not implemented yet). \ No newline at end of file