From ac038b06491d58dd54eca2ed3d4f9714e77e1d5e Mon Sep 17 00:00:00 2001 From: Milos Fabian Date: Wed, 3 Jun 2015 13:17:32 +0200 Subject: [PATCH] Bug-3464: Updated Path Binding TLV according draft version 01 -fixed binding-type length -binding type BT=0 - MPLS label -new binding type BT=1 - MPLS stack entry Deprecated previously used leafs in the TLV yang model, while preserving backwards compatibility. Change-Id: I5a0dfaf0cc53a04c355d0adb093c5cad2c70a0d9 Signed-off-by: Milos Fabian --- pcep/ietf-stateful07/pom.xml | 4 + .../ietf/stateful07/PathBindingTlvParser.java | 166 +++++++++++++++--- .../main/yang/odl-pcep-ietf-stateful07.yang | 28 ++- .../protocol/pcep/ietf/PCEPTlvParserTest.java | 38 +++- 4 files changed, 208 insertions(+), 28 deletions(-) diff --git a/pcep/ietf-stateful07/pom.xml b/pcep/ietf-stateful07/pom.xml index 483bbc6607..872f22004a 100644 --- a/pcep/ietf-stateful07/pom.xml +++ b/pcep/ietf-stateful07/pom.xml @@ -72,6 +72,10 @@ ${project.groupId} pcep-impl + + ${project.groupId} + concepts +