summaryrefslogtreecommitdiffstats
path: root/mpls/api/asciidoc/Readme.adoc
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-11-20 18:26:42 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-11-23 12:17:34 +0000
commit547d7183710378faff73bf7ccc6bdba4c99f0445 (patch)
tree7063bce2cb36517dc798a6b76c77cbed2e4c77d4 /mpls/api/asciidoc/Readme.adoc
parent51cca1f14d8d6e49263cbf19afe42cebfa3002a6 (diff)
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 <mgradzki@cisco.com>
Diffstat (limited to 'mpls/api/asciidoc/Readme.adoc')
-rw-r--r--mpls/api/asciidoc/Readme.adoc11
1 files changed, 10 insertions, 1 deletions
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