diff options
Diffstat (limited to 'mpls/api/asciidoc/Readme.adoc')
-rw-r--r-- | mpls/api/asciidoc/Readme.adoc | 11 |
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 |