diff options
author | 2017-10-25 10:45:48 +0200 | |
---|---|---|
committer | 2017-11-06 06:46:08 +0000 | |
commit | cacb95739aed54605b6c89fa0f58898aadaece2f (patch) | |
tree | f0de937d3733e26e73269f45aecf65ef5a607a54 /pom.xml | |
parent | 24cebefb5177f2fe922d98a9122a9e79fcb756d1 (diff) |
HC2VPP-256: MPLS API
Adds following models:
- hc2vpp-ietf-mpls
- hc2vpp-ietf-mpls-static
- hc2vpp-ietf-routing-types
Models were modified due to YANGTOOLS/MDSAL issues
and some problems with the models itself.
More information can be found in the YANG files.
Original YANG files were downloaded from
https://github.com/ietf-mpls-yang/te/
Change-Id: I3d04a3bf8be026fbe74a6f5833d38e980490e737
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,5 +54,6 @@ <module>it</module> <module>interface-role</module> <module>bgp</module> + <module>mpls</module> </modules> </project>
\ No newline at end of file |