From 69a47bd63d00230a6eb80da1e6358865e2f62a9a Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 21 Nov 2017 13:08:44 +0100 Subject: HC2VPP-259: add support for mpls lookup Translates pop-and-lookup operation of /hc2vpp-ietf-routing:routing/hc2vpp-ietf-mpl:mpls/ hc2vpp-ietf-mpls-static:static-lsps/static-lsp to mpls_route_add_del call. Configuring mpls lookup-type, as defined in vpp-mpls yang module, is required. Other lookup types (ipv4/ipv6) are not supported yet. Change-Id: If0580c6db69ee6c5f22a32bde031dbb6f852420f Signed-off-by: Marek Gradzki --- mpls/impl/asciidoc/Readme.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'mpls/impl/asciidoc') diff --git a/mpls/impl/asciidoc/Readme.adoc b/mpls/impl/asciidoc/Readme.adoc index 064dd1522..a88807b2d 100644 --- a/mpls/impl/asciidoc/Readme.adoc +++ b/mpls/impl/asciidoc/Readme.adoc @@ -11,7 +11,7 @@ to sw_interface_set_mpls_enable. -== Pushing MPLS labels +== Label push Translates impose-and-forward operation of /hc2vpp-ietf-routing:routing/hc2vpp-ietf-mpl:mpls/ @@ -21,4 +21,15 @@ 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 +with single path (multiple path support is not implemented yet). + +== Label pop + +Translates pop-and-lookup operation of +/hc2vpp-ietf-routing:routing/hc2vpp-ietf-mpl:mpls/ +hc2vpp-ietf-mpls-static:static-lsps/static-lsp + +to mpls_route_add_del call. + +Configuring VPP specific lookup options +defined in vpp-mpls yang module is required. -- cgit 1.2.3-korg