Bug 5453 - PCEP-SR capability is not send in Open Message 77/35677/2
authorMilos Fabian <milfabia@cisco.com>
Thu, 3 Mar 2016 11:32:33 +0000 (12:32 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 4 Mar 2016 01:10:27 +0000 (01:10 +0000)
commitd3f723e81e2878b81d11b5c1d5e1e4aa3c462564
tree49ab38900b580666f19c6eb90d165a267213705c
parentec9461b97abb7cc7210337a208d3d60ff2a4141c
Bug 5453 - PCEP-SR capability is not send in Open Message

The PCEP-SR has to extend latest stateful Open Message handler,
which has changed since Lithium.

An appraoch of overriding parsers seems to be fragile, think about
something more flexible for Boron release (at leat for
capabilities - Open Message TLVs).

Change-Id: I42795a796e163722cf00066b64b83551051ab28b
Signed-off-by: Milos Fabian <milfabia@cisco.com>
pcep/segment-routing/src/main/java/org/opendaylight/protocol/pcep/segment/routing/PcepOpenObjectWithSpcTlvParser.java
pcep/segment-routing/src/test/java/org/opendaylight/protocol/pcep/segment/routing/SrObjectParserTest.java