From 547d7183710378faff73bf7ccc6bdba4c99f0445 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 20 Nov 2017 18:26:42 +0100 Subject: HC2VPP-259: augment pop-and-lookup operation with vpp-label-lookup-attributes Introduces vpp-mpls@2017-11-03.yang, which adds possibility to specify VPP specific label lookup options: - mpls-lookup-in-table - ip4-lookup-in-table - ip6-lookup-in-table Equivalent of CLI command: mpls local-label XXX-lookup-in-table N Change-Id: I32c474ae3759922f2bc5487603baf7d9871edb7e Signed-off-by: Marek Gradzki --- mpls/api/asciidoc/Readme.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'mpls/api/asciidoc/Readme.adoc') diff --git a/mpls/api/asciidoc/Readme.adoc b/mpls/api/asciidoc/Readme.adoc index 35ae1b079..eb6219aa6 100644 --- a/mpls/api/asciidoc/Readme.adoc +++ b/mpls/api/asciidoc/Readme.adoc @@ -1,5 +1,7 @@ = mpls-api +== IETF models + Hc2vpp implementation of MPLS uses following ietf models: - ietf-mpls - ietf-mpls-static @@ -11,4 +13,11 @@ More information can be found in yang files. Original YANG files were downloaded from -https://github.com/ietf-mpls-yang/te/ \ No newline at end of file +https://github.com/ietf-mpls-yang/te/ + +== VPP specific options + +VPP allows to perform lookup in ipv4 or ipv6 or mpls table. +Lookup table for pop-and-lookup operation can be specified +using static-lsp-vpp-lookup-augmentation +provided by vpp-mpls yang module. \ No newline at end of file -- cgit 1.2.3-korg