blob: eb6219aa62aaa69ce8db0b988e6f86a0d69b609e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
= mpls-api
== IETF models
Hc2vpp implementation of MPLS uses following ietf models:
- ietf-mpls
- ietf-mpls-static
- ietf-routing-types
Models were modified due to YANGTOOLS/MDSAL issues
and some problems with the models itself.
More information can be found in yang files.
Original YANG files were downloaded from
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.
|