bgpcep.git
8 years agoBUG-4672: BMP client reconnection not working 51/30251/2
Milos Fabian [Wed, 25 Nov 2015 14:06:47 +0000 (15:06 +0100)]
BUG-4672: BMP client reconnection not working

-get rid of protocol-framework's reconnect strategy
-introduce simple initial reconnection as suggested in
https://tools.ietf.org/html/draft-ietf-grow-bmp-15#section-3.2
-BMP session should go to "up" state once the connection is established (channel is active),
introduced "IDLE" state of a BMP session
-added commented sample of active client (monired router) configuration

Introduces "IDLE" state of a BMP session,
session goes up once the channel is active.

Change-Id: Ibd78fe708162a710fdcc20c614cc1d9c1be6eb95
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-3919: Support for non-MP advertisement 42/30242/2
Milos Fabian [Thu, 26 Nov 2015 11:10:56 +0000 (12:10 +0100)]
BUG-3919: Support for non-MP advertisement

Add a support for old-school BGP-4 advertising,
if peer do not advertise IPv4-Unicast MP capability.

Revert changes in IPv4RIBSupport class.

Change-Id: I0f3a4c767f4f7048e4867ec3aab6c2b8dac6c008
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4569: Data-change-counter reconfiguration failure 54/30254/1
Claudio D. Gasparini [Thu, 26 Nov 2015 15:23:31 +0000 (16:23 +0100)]
BUG-4569: Data-change-counter reconfiguration failure

Data-change-counter reconfiguration fails because of
race condition. Last task which removes model from
DS is not executed before new data-change-counter is
created and insert his own model on DS.
Fix by wait until last task is executed when close module.

Change-Id: Ic9349bf99d6a96fd44babdb874158138d7eaf6e8
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4679: NPE in IPv4 prefix withdrawn Update msg serialization 39/30239/1
Milos Fabian [Thu, 26 Nov 2015 09:36:48 +0000 (10:36 +0100)]
BUG-4679: NPE in IPv4 prefix withdrawn Update msg serialization

When building Update message for withdrawing routes, check if
Multi-protocol is supported for this type of route.
If not, pack withdrawing routes as per RFC4271.

Change-Id: Ia9a36add74dd817bf0a460cfeaa5281f9b2fb50a
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoRefactor Tunnel-Programming 92/30192/2
Claudio D. Gasparini [Wed, 25 Nov 2015 12:01:03 +0000 (13:01 +0100)]
Refactor Tunnel-Programming

Refactor Tunnel-programming and create new
TunnelInstrucctionExecutor classes.

Change-Id: I0be6fd4f5a050a9b81f8f7bed01b3eabb848fd25
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRemove redundant modifier 88/30188/2
Iveta Halanova [Wed, 25 Nov 2015 10:50:55 +0000 (11:50 +0100)]
Remove redundant modifier

Change-Id: Ibfc7b03b4e73fd4d329af0b690967ce38772a2c9
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBGPRibImplProvider sonar fix 86/30186/2
Iveta Halanova [Wed, 25 Nov 2015 10:44:25 +0000 (11:44 +0100)]
BGPRibImplProvider sonar fix

Change-Id: I9c3101ba41b5cadadbbc1d1fc24b1b19c67296cb
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoOpenConfigUtil sonar fix 85/30185/2
Iveta Halanova [Wed, 25 Nov 2015 10:37:47 +0000 (11:37 +0100)]
OpenConfigUtil sonar fix

Change-Id: I16c4abaca3cd57e492695ae896fb54271b17db93
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoRev130715Util minor fixes 84/30184/2
Iveta Halanova [Wed, 25 Nov 2015 10:28:37 +0000 (11:28 +0100)]
Rev130715Util minor fixes

misspelled Uitl -> Util
added private constructor

Change-Id: I949cceb518cdaa4a66b9b725d5974f09610b15f6
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoSrRangeTlv: inner area parsing/serializing 24/29924/2
Iveta Halanova [Thu, 19 Nov 2015 14:27:31 +0000 (15:27 +0100)]
SrRangeTlv: inner area parsing/serializing

Inner area should be handled just in case of OSPF protocol.

Change-Id: I8468dfe0aeff6ed6c4ee7945f489b22bf8874075
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4617: BGP Flow-Spec Redirect to IP Action 63/30063/3
Milos Fabian [Wed, 18 Nov 2015 14:00:33 +0000 (15:00 +0100)]
BUG-4617: BGP Flow-Spec Redirect to IP Action

-adds support for BGP FS Redirect to IP action
-implementation is based on draft-ietf-idr-flowspec-redirect-ip-02
-registered under Ex. comm type/subtype as per
https://tools.ietf.org/html/draft-ietf-idr-flowspec-redirect-ip-00#section-7

Change-Id: If889e1b65d944c71b85e0d27c57af4be7e08af6c
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoMove releaseConnection from ReusableBGPPeer to BGPSessionListener 66/29866/4
Claudio D. Gasparini [Wed, 18 Nov 2015 15:38:50 +0000 (16:38 +0100)]
Move releaseConnection from ReusableBGPPeer to BGPSessionListener

Move releaseConnection from ReusableBGPPeer to BGPSessionListener

Change-Id: Ief296eccc81cc00661462cc9ec861ff4acc379de
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRefactor LinkstateNlriParser 87/29987/4
Claudio D. Gasparini [Fri, 20 Nov 2015 13:25:52 +0000 (14:25 +0100)]
Refactor LinkstateNlriParser

Refactor LinkstateNlriParser to fix Sonar complains

Change-Id: If4f523bc7fe338f370b809df68c952ceef8e403f
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoImplement changedRoutes Test 60/29960/6
Claudio D. Gasparini [Fri, 20 Nov 2015 08:09:28 +0000 (09:09 +0100)]
Implement changedRoutes Test

Implement changedRoutes Test

Change-Id: I2026338225959325efefd9501248a0fa01cc6335
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRemove unnecesary dependency 53/29753/3
Claudio D. Gasparini [Mon, 16 Nov 2015 13:55:05 +0000 (14:55 +0100)]
Remove unnecesary dependency

Remove unnecesary yang-ext dependency

Change-Id: I9a0434a756326ebe5d670d346a01b01648cb5c60
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRemove workaround for bug 1276 51/29751/8
Claudio D. Gasparini [Mon, 16 Nov 2015 13:40:06 +0000 (14:40 +0100)]
Remove workaround for bug 1276

Since bug 1276 is fixed, workaround is not required
anymore.

Change-Id: I5939f3ac94ab3b3f865c3c2920e4f491f39f9827
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRefactor Stateful07TopologySessionListener 89/29989/3
Claudio D. Gasparini [Fri, 20 Nov 2015 13:49:02 +0000 (14:49 +0100)]
Refactor Stateful07TopologySessionListener

Refactor Stateful07TopologySessionListener to fix Sonar
complains.

Change-Id: Ib9548697baa6e405cadc1013857388df1379b99b
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoCreate AbstractEROPathKeySubobjectParser 65/29865/3
Claudio D. Gasparini [Wed, 18 Nov 2015 15:18:28 +0000 (16:18 +0100)]
Create AbstractEROPathKeySubobjectParser

Create AbstractEROPathKeySubobjectParser for PCEP

Change-Id: Ifeb84955f2002d78871705c0e7091ac3df31e894
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4616: Update Flowspec Redirect Ext. Communities 62/30062/1
Milos Fabian [Wed, 18 Nov 2015 10:32:58 +0000 (11:32 +0100)]
BUG-4616: Update Flowspec Redirect Ext. Communities

-implementation of handlers for BGP flowspec
Ipv4 and AS4 Redirect extended communities

ref.: http://tools.ietf.org/html/rfc7674

Change-Id: Ia4da00db3b62633206e643654e64a3faf5b76aa2
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoFix extended community parser key generator 61/30061/1
Milos Fabian [Wed, 18 Nov 2015 10:43:36 +0000 (11:43 +0100)]
Fix extended community parser key generator

Change-Id: Ie311b0f1a03b1475313f4c657ffa6d9147965ca9
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoRefactor EffectiveRibInWriter 90/29990/2
Claudio D. Gasparini [Fri, 20 Nov 2015 14:06:37 +0000 (15:06 +0100)]
Refactor EffectiveRibInWriter

Refactor EffectiveRibInWriter to fix Sonar Complains

Change-Id: Ie5b5892b26f045cf683ca5af56307cad3de683ef
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4618: FS Redirect ipv6 EC handler 21/29921/2
Iveta Halanova [Thu, 19 Nov 2015 13:39:36 +0000 (14:39 +0100)]
BUG-4618: FS Redirect ipv6 EC handler

Change-Id: I460fb793c2b0cbf09e954214c8142e9bbfcb8666
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agocreate AbstractNumericByteOperandParser 58/29758/4
Claudio D. Gasparini [Mon, 16 Nov 2015 14:33:04 +0000 (15:33 +0100)]
create AbstractNumericByteOperandParser

create AbstractNumericByteOperandParser and remove duplicate code.

Change-Id: Ibb58d848dd7f92780e824a867b680cb550b38107
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoTest coverage: openconfig-impl 47/29547/8
Iveta Halanova [Thu, 19 Nov 2015 08:03:22 +0000 (09:03 +0100)]
Test coverage: openconfig-impl

Change-Id: Ie1de0875a1f4fbe1aab3c602a5a75b78b3654d08
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4633: Use ietf-inet-type rev. 20130715 on bgp-openconfig 60/29660/9
Claudio D. Gasparini [Fri, 13 Nov 2015 16:48:06 +0000 (17:48 +0100)]
BUG-4633: Use ietf-inet-type rev. 20130715 on bgp-openconfig
Add mssing dependencies.

Add missing dependencies required by openconfig
Reconfigure openconfig to use ietf-inet-type
revision 20130715.

Change-Id: I4c5f6960c1b1e5f364f0a4f9d9cf347677fa72cb
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoAdd path-binding-tlv missing reference model 55/29755/2
Claudio D. Gasparini [Mon, 16 Nov 2015 14:07:21 +0000 (15:07 +0100)]
Add path-binding-tlv missing reference model

Add path-binding-tlv missing reference model

Change-Id: I14df2a1c1e21266d1b820729add1660e8024de49
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBmpMonitorImplTest fails 99/28799/2
Claudio D. Gasparini [Mon, 26 Oct 2015 12:06:00 +0000 (13:06 +0100)]
BmpMonitorImplTest fails

Test BmpMonitorImplTest sometimes fails
because port still not free from previous test.
As a solution we set the Socket as reusable.

Change-Id: Idb4ecc50f43e2be57d5b11a7c72c09fd8e2de51d
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4634: Prefix in withdrawn list is not ignored when announced in same msgUpd. 54/29754/1
Claudio D. Gasparini [Mon, 16 Nov 2015 11:30:36 +0000 (12:30 +0100)]
BUG-4634: Prefix in withdrawn list is not ignored when announced in same msgUpd.

An UPDATE message SHOULD NOT include the same address prefix in the
WITHDRAWN ROUTES and Network Layer Reachability Information fields.
However, a BGP speaker MUST be able to process UPDATE messages in
this form.  A BGP speaker SHOULD treat an UPDATE message of this form
as though the WITHDRAWN ROUTES do not contain the address prefix.
Fix by ingore common NLRI on withdrawn router

Change-Id: Ic9ebd3ce13f042f0dfcd2b28815442f8484add16
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4622: Sending Empty Optional Attributes 48/29548/12
Claudio D. Gasparini [Wed, 11 Nov 2015 12:23:46 +0000 (13:23 +0100)]
BUG-4622: Sending Empty Optional Attributes

Some of the parsers of Optional Attributes
only take in account the possibility of null
attribute and not of an empty one.
Fix by check it and dont parse them in case of
empty or null.

Change-Id: I34d801a001ed167e18646e228b9b9dfc03f7c882
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRemove unused dependency on yang-ext 38/29638/1
Robert Varga [Fri, 13 Nov 2015 09:41:16 +0000 (10:41 +0100)]
Remove unused dependency on yang-ext

Since the augmentation order is predictable now, do not depend on unused
yang-ext bundle.

Change-Id: I7e511a2f43f3f4e430ac6746a46ecefb13f10174
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoSonar warnings fix 60/29260/9
Iveta Halanova [Wed, 4 Nov 2015 13:46:50 +0000 (14:46 +0100)]
Sonar warnings fix

Complexity issue - extracted switch into private method.
Renaming attributes and variables.
Removed unused attributes.
And other minor refactoring.

Change-Id: I335cb6ccce85b55e30c9537fe39f3dfb7754cc39
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4598: upgrade openconfig models 51/29551/7
Robert Varga [Wed, 11 Nov 2015 10:13:08 +0000 (11:13 +0100)]
BUG-4598: upgrade openconfig models

bgp.yang conflicts with another model in ODL. As it turns out,
this has already been fixed in OpenConfig 1.1.0 release. Update the
models to resolve the conflict.

Change-Id: Iede4e57116b81f5f8d835b60958ae3d87b59d897
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4593: BGP peer registry lookup false negative result 92/29592/2
Iveta Halanova [Thu, 12 Nov 2015 12:15:54 +0000 (13:15 +0100)]
BUG-4593: BGP peer registry lookup false negative result

Added method into Ipv6Utill for creating Ipv6Address with uncompressed value.
Used when registring and deleting peer address.

Change-Id: Ifa96a3ec2f9f7cc3ee60329e888590647af40f64
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
(cherry picked from commit 0e5baad314c8374cc1d0dd4bcce9b2845d32da24)

8 years agoBUG-4618: FS Redirect-IPv6 Extended Community 41/29541/2
Iveta Halanova [Wed, 11 Nov 2015 10:44:53 +0000 (11:44 +0100)]
BUG-4618: FS Redirect-IPv6 Extended Community

updated FS model for redirect-ipv6 ext.com and added to augmentations.

ref.: https://tools.ietf.org/html/draft-ietf-idr-flow-spec-v6-06#section-4

Change-Id: I65acbc4d47f9f0fe2375a8bcb920e1af83f08010
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-3771: Use sync on FutureChannels intead of await 39/29539/2
Claudio D. Gasparini [Wed, 11 Nov 2015 09:46:12 +0000 (10:46 +0100)]
BUG-3771: Use sync on FutureChannels intead of await

"Await" waits until future has finished and throw execution
if thread was interrupted."Sync"" instead waits for this
future until it is done, and re throws the cause of
the failure if this future failed.
When closing the module, first we ensure that channel
has been closed and if it didn't fail we proceed
with next closures.

Change-Id: I1240d6fdb6986b8c30251206d8027db7b1a987fa
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4617: BGP-FS redirect to next-hop IP action 28/29528/3
Milos Fabian [Wed, 11 Nov 2015 02:03:52 +0000 (03:03 +0100)]
BUG-4617: BGP-FS redirect to next-hop IP action

-added yang data model for "redirect to IP extended communities"

ref.: https://tools.ietf.org/html/draft-ietf-idr-flowspec-redirect-ip-02#section-3

Change-Id: I80e74b884e87e2fdbcc0a9feb0ed5f873f8abbb7
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4616: Update BGP-FS Redirect extended Communities 27/29527/3
Milos Fabian [Wed, 11 Nov 2015 01:51:19 +0000 (02:51 +0100)]
BUG-4616: Update BGP-FS Redirect extended Communities

-added yang data model for redirect AS-4Byte
-added yang data model for redirect IPv4

ref.: https://tools.ietf.org/html/rfc7674

Change-Id: I4456f8bd7789f82418e852be74c010b1ee7038ee
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4568: Introduce BGP Extended Community registry 26/29526/4
Milos Fabian [Thu, 5 Nov 2015 09:16:58 +0000 (10:16 +0100)]
BUG-4568: Introduce BGP Extended Community registry

-new Extended Community registry
-parsers registration is based on type/subtype
-serializers registration is based on "extened community case"
-added new "transitive" field for extened communities
-other "transitive" fileds are deprecated in yang data model
-deprecated type/sub-type value from yang data model:
-values are not filled in during a parsing
-values are ignored during a serialization
-make the extended commnity attribute parser non-extensible:
-BGP path attribute serializers are registred in
a specific order, an extending of the extended community
handler breaks the contract
-added missing IPv4 Transitive/non-transitive Route Target/Route Origin
extened communities
-updated Flowspec extended communities

Change-Id: I2818b20c069da362f60a716862421bb185bc8571
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4594: ISIS PseudoNode NPE 36/29436/4
Claudio D. Gasparini [Mon, 9 Nov 2015 11:07:28 +0000 (12:07 +0100)]
BUG-4594: ISIS PseudoNode NPE

NPE caused beacuse of wrong container.
Fix by:  add missing is-is-router Container
which contains ISO System ID. Affecting
isis-node-case and isis-pseudonode-case.

Change-Id: I256c36ea980326bd39db4e8189ef092e20491c54
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRemove gracefullyShutdown of EventLoopGroops 22/29322/2
Claudio D. Gasparini [Thu, 5 Nov 2015 15:20:10 +0000 (16:20 +0100)]
Remove gracefullyShutdown of EventLoopGroops

When instance is closed, boosgroud and workergroop
shouldnt be shutdown since they are required in case
of new instance created. If new instance is created
it will cause
RejectedExecutionException: event executor terminated

Change-Id: I58f9328140bc209aeafc7bfad14f883887447a59
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoKeep consistency under Optional parssword 17/29317/2
Claudio D. Gasparini [Thu, 5 Nov 2015 15:03:17 +0000 (16:03 +0100)]
Keep consistency under Optional parssword

Change-Id: Ib0f5901237ff370f7f9a6f143f1d9e8ec59405e9
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoAdd openconfig-config to BGP feature dependencies 83/29383/2
Vratko Polak [Fri, 6 Nov 2015 15:05:11 +0000 (16:05 +0100)]
Add openconfig-config to BGP feature dependencies

SingleFeatureTests in distribution jobs are failing.

Change-Id: Id6b6a55eb87519c27f63f6149f8dc505033c102f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoBUG-4197: BGP OpenConfig Implementation 94/28394/12
Milos Fabian [Wed, 23 Sep 2015 10:09:21 +0000 (12:09 +0200)]
BUG-4197: BGP OpenConfig Implementation

-BGP OpenConfig for ODL BGP RIB and peer/app-peer configuration (config-subsystem) and vice-versa
*RIBImpl <-> Global
*BGPPeer <-> Neighbor
*BGPApplicationPeer <-> Neighbor (belonging to special neighbors grupup "application-peers")

-support BGP configuration module to BGP OpenConfig mapping:
*once configuration of a particular BGP config module is created, the attributes
are mapped to OpenConfig API, configuration is stored and written do configuration DS
*once configuration of a particular BGP Configuration module is closed, a stored OpenConfig DTO
is removed and deleted from configuration DS
-support BGP OpenConfig API to BGP configuration module mapping
-application is listening to the changes in BGP OpenConfig DS subtree:
*when a new data are created or modified, the new BGP OpenConfig DTO is mapped to
BGP config module, the DTO is stored and config module is written to
controller-config's Modules subtree.
*when data is removed, the DTO is removed from inner store and BGP config module is removed
from controller-config's Modules subtree.

Motivation: Simplify configuration of the main ODL BGP components (mainly in programatic way) in a most used use-cases.
Limitations: BGP OpenConfig Yang data model is composed for configuration of one BGP speaker, ODL may have multiple instances of BGP Speaker
The change brings a dependecy on netconf's sal-nectonf-connector ot BGP project.

Change-Id: If245bd54d844bd9965637c83f382e82c6a5b9a53
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoRemove duplicate class 72/29172/7
Claudio D. Gasparini [Tue, 3 Nov 2015 06:36:45 +0000 (07:36 +0100)]
Remove duplicate class

Remove duplicate and unnecesaries classes

Change-Id: I5835cb41ef3dfd881478b5ed93930c9cc87cf066
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4552: Enhance LS-SR - discern protocols 36/29136/4
Iveta Halanova [Mon, 2 Nov 2015 11:26:19 +0000 (12:26 +0100)]
BUG-4552: Enhance LS-SR - discern protocols

Updated yang model and decoding methods.
Corrected and extended unit tests.

Change-Id: I4cb8e7ba18ebce2962d4a5155e910f1292d57174
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoUtilizing MplsLabel 11/29011/6
Iveta Halanova [Thu, 29 Oct 2015 10:59:13 +0000 (11:59 +0100)]
Utilizing MplsLabel

Applied in BGP-LU and BGP-LS SR

Change-Id: I0736a96a71a2aca06bf9645df4fdf9b3afa967b9
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoSonar minor issues fix: modifiers 42/29142/1
Iveta Halanova [Mon, 2 Nov 2015 14:48:48 +0000 (15:48 +0100)]
Sonar minor issues fix: modifiers

Change-Id: Idc6504dc7e95f64452a9c3e11f60690bbec36168
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBGPCEP MD5 Password Fix 23/29023/4
Claudio D. Gasparini [Fri, 30 Oct 2015 14:01:01 +0000 (15:01 +0100)]
BGPCEP MD5 Password Fix

Password were checked in case if null
but not in case of empty.
Fix by creating an Optional from password where in
case of null or empty will be absent.

Change-Id: I67033deeccd5f634a73d941d0c3da23e8dfb644d
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoSonar issues fix: LS, FS 26/29026/2
Iveta Halanova [Fri, 30 Oct 2015 14:47:14 +0000 (15:47 +0100)]
Sonar issues fix: LS, FS

added final modifiers, solved complexity by extracting switches
to private methods, removed not used attributes.

Change-Id: Iab11adafac0b2519a5d07b26d638e8265ac6d0ff
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4557: Fix BMP initial config files 00/29000/2
Milos Fabian [Fri, 30 Oct 2015 10:43:07 +0000 (11:43 +0100)]
BUG-4557: Fix BMP initial config files

-reconnecting strategy belongs to dispacther configuration
-add expected protocol framework capability in bmp's "features.xml"

Change-Id: Icde460db308d6882e742456df3829d9fb7cac683
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBug-4534: Fix yang model 96/28996/2
Milos Fabian [Fri, 30 Oct 2015 08:43:40 +0000 (09:43 +0100)]
Bug-4534: Fix yang model

remove an unexpected comma causing "line 124:13 extraneous input ',' expecting {'}', SEP, IDENTIFIER}"

Change-Id: Ia3dc19bdf95e3450b89bdcc00f33ad6898a55b67
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4545: PCEP SR- ERO/RRO codepoint configurable 32/28932/2
Claudio D. Gasparini [Wed, 28 Oct 2015 14:57:49 +0000 (15:57 +0100)]
BUG-4545: PCEP SR- ERO/RRO codepoint configurable

Since we dont have IANA stablished code point for
SR- ERO/RRO subobjects,  and there are new one
proposed by draft (ref) we made the code point
configurable, setting by default previouly used.
ref:https://tools.ietf.org/html/draft-ietf-pce-segment-routing-06

Change-Id: I2055f1cd6644ad1506cb6d2ceb05bcaf9f794dd4
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4447: BGP-LS SR extention 71/28871/7
Iveta Halanova [Thu, 29 Oct 2015 15:04:16 +0000 (16:04 +0100)]
BUG-4447: BGP-LS SR extention

applied in LS YANG model
updated attributes parsers of types: link, node, prefix
unit tests correction

Change-Id: Ie6624360ce0947ac4f5523386c1700bb41f11565
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4197: use yang-ext's augment-identifier 75/28875/3
Milos Fabian [Wed, 28 Oct 2015 10:42:18 +0000 (11:42 +0100)]
BUG-4197: use yang-ext's augment-identifier

-make sure that generated java APIs for augmentation have
always the same name.

Change-Id: I859460ca6265a5e52148af22d45d638b4d54030f
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agomake bmp session with reconnect strategy 43/24743/17
Jeff Liu [Mon, 3 Aug 2015 23:54:06 +0000 (16:54 -0700)]
make bmp session with reconnect strategy

Change-Id: Ia4a0bc455b0d920c13eb9d4e1804ff7d98e79b7e
Signed-off-by: Jeff Liu <bigdataops@gmail.com>
8 years agoBUG-4197: BGP OpenConfig SPI 52/27952/10
Milos Fabian [Sat, 3 Oct 2015 00:18:28 +0000 (02:18 +0200)]
BUG-4197: BGP OpenConfig SPI

Defines the APIs to track a BGP configuration modules status changes and
BGP OpenConfig data writers consumed as a service injected by config subsystem into
BGP configuration module.
The goal is to react on changes in the BGP configuration module instances - the configuration
modules are mapped to the OpenConfig BGP data model instances and kept in a datastore.

Change-Id: Ic38d5049d4d7e2f51f05a0e44e28626fc48e7ab7
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4173: flowspec fixes 81/27581/5
Iveta Halanova [Tue, 29 Sep 2015 12:40:23 +0000 (14:40 +0200)]
BUG-4173: flowspec fixes

Fixed extraction of nodes in FSNlriParser.
Fixed model for extended communities and augmentation of bgp-rib route.
Corrected and simplified RIB support destination processing.
Unit test correction.

Change-Id: I3ddd1424703eb1e7f4a3506eeb4c02f641753452
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBGP-LU mpls-label replacement 86/28886/6
Iveta Halanova [Thu, 29 Oct 2015 10:50:14 +0000 (11:50 +0100)]
BGP-LU mpls-label replacement

Change-Id: Ifca9ba8f21dde71808360a4c5504ba4ef8739de7
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoFS configuration 47/28947/1
Iveta Halanova [Thu, 29 Oct 2015 13:21:24 +0000 (14:21 +0100)]
FS configuration

Change-Id: Ic52e2927572ce129775e81fce06e7a60338b86c1
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4531: Error channelFactory set already 31/28831/7
Claudio D. Gasparini [Mon, 26 Oct 2015 18:20:51 +0000 (19:20 +0100)]
BUG-4531: Error channelFactory set already

When we change the MD5 password we see
IllegalStateException: channelFactory set already.
Fix by setting only once the channelFactory, according
the case, MD5ServerChannelFactory when MD5 instead of
NioServerSocketChannel.

Change-Id: I5d02b1a3e325f1cd47099ee13397d141105969a3
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4447: BGP-LS SR extention: new YANG module 26/28426/18
Iveta Halanova [Wed, 28 Oct 2015 10:10:29 +0000 (11:10 +0100)]
BUG-4447: BGP-LS SR extention: new YANG module

Change-Id: Icdf09f2303fc93b48c558efb9359698bec3f0d00
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoUpdate Node Flag TLV 67/28867/1
Claudio D. Gasparini [Wed, 28 Oct 2015 09:48:09 +0000 (10:48 +0100)]
Update Node Flag TLV

Update Node Flag TLV based on last RFC

ref:https://tools.ietf.org/html/draft-ietf-idr-ls-distribution-12

Change-Id: Ia371c77780355709d65ebb9943a5b8a3fc488543
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBGP Logs improvement 92/28792/5
Claudio D. Gasparini [Mon, 26 Oct 2015 09:26:35 +0000 (10:26 +0100)]
BGP Logs improvement

Logs in LocRibWriter and EffectiveRibInWriter were not
providing useful information, therefore they are mnodified.

Change-Id: I3ee623d287debf33a12c704b031c11d5fe0f5bad
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4063: Deprecate vs-tlv 37/28737/4
Claudio D. Gasparini [Fri, 23 Oct 2015 13:49:21 +0000 (15:49 +0200)]
BUG-4063: Deprecate vs-tlv

Deprecate vs-tlv, Vendor Information TLV should be used instead.

Change-Id: Ie14a44647dcd83d09460061acce56143917eb54f
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-3778: Next Hop needs to be specified in each extension 27/28427/14
Claudio D. Gasparini [Tue, 13 Oct 2015 14:34:04 +0000 (16:34 +0200)]
BUG-3778: Next Hop needs to be specified in each extension

Since each NextHop need to be specified for each extension,
we need to enforce users to register his corresponding handlers.
Thus a new registerNlriParser method is created with NexHop
handler and NextHop classes which are handled, as a new parameters.
Previous registerNlriParser method is deprecated.

Change-Id: I7aca6dbc679bf146e9333e7f2d2c9affb75808e8
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4490: onTransactionChainFailed return null transaction when closing 81/28681/5
Claudio D. Gasparini [Wed, 21 Oct 2015 15:11:42 +0000 (17:11 +0200)]
BUG-4490: onTransactionChainFailed return null transaction when closing
Karaf, causing NPE.

Check if null transaction is received from  onTransactionChainFailed

Change-Id: Iece7abee96d7e4eb94960b173341ff2d56c8e170
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4197: Use "revision-date" along imported modules 91/28691/1
Milos Fabian [Tue, 20 Oct 2015 09:09:35 +0000 (11:09 +0200)]
BUG-4197: Use "revision-date" along imported modules

-avoid yang data modules version mismatch

Change-Id: Ifff049a580e0a536e78c935e1d40db8b598d50cb
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4438: When delete a route from the app RIB transaction chain brokes 80/28680/1
Claudio D. Gasparini [Thu, 22 Oct 2015 08:04:57 +0000 (10:04 +0200)]
BUG-4438: When delete a route from the app RIB transaction chain brokes

When deleting routes from app RIB, transaction get broken, therefore
some routes keep stored in DS.
Fix by indentify type of modification applied under
routes in ApplicatioPeer and apply correct write transaction
instead of use 'put' with any of them.

Change-Id: Ia7ad615d5290ec4deed0cdadfcd0d0f64c99cc52
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoRefactor BGP session 28/28428/2
Iveta Halanova [Thu, 15 Oct 2015 09:05:54 +0000 (11:05 +0200)]
Refactor BGP session

refactored attribute, parameter, method names

Change-Id: I9840f65d7d52637cdf4e063642281c26edb22e50
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoSonar warning, refactor: AbstractNumericOperandParser 32/28432/2
Iveta Halanova [Thu, 15 Oct 2015 09:44:01 +0000 (11:44 +0200)]
Sonar warning, refactor: AbstractNumericOperandParser

Change-Id: If19f82f959997f75c676bf8935117965f61ec4ae
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4328: Update BMP implementation according the draft version 15 86/27186/9
Jeff Liu [Fri, 11 Sep 2015 20:47:59 +0000 (13:47 -0700)]
BUG-4328: Update BMP implementation according the draft version 15

1. Implemented route mirroring bmp message parser/serialize and wired up to Bmp monitor module thru bmp activator
2. Extended stats report bmp message to include type 9 - 13
3. Extended peer down bmp message to include reason 5
4. Added JUnit tests for route mirroring bmp message including both parser and serializer
5. Added Junit tests for bmp monitor handling bmp route mirroring message

Change-Id: I4dd8442b4cb1f08576ae0f51c10480e9f6ff2797
Signed-off-by: Jeff Liu <bigdataops@gmail.com>
8 years agoBUG-4197: BGP OpenConfig API 08/27608/6
Milos Fabian [Wed, 23 Sep 2015 09:53:42 +0000 (11:53 +0200)]
BUG-4197: BGP OpenConfig API

BGP OpenConfig yang models as defined in https://tools.ietf.org/html/draft-ietf-idr-bgp-model-00
Defines yang data model for configuration and managing BGP.
Added "odl-openconfig-extensions" Yang data model to support missing AFI/SAFI

Change-Id: I1a59a1c36f6f81b94058cc201115174e41fdfc8b
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4364: data change counter transaction chain 76/28276/1
Iveta Halanova [Fri, 9 Oct 2015 13:34:30 +0000 (15:34 +0200)]
BUG-4364: data change counter transaction chain

to avoid logging spam

Change-Id: Ia59091f71edfb69d0fd3860086634112c4de0226
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
(cherry picked from commit e6cdc776146d60ff8c33c12eedda930d8bf03e4d)

8 years agoBUG-139: PCE-triggered State Re-synchronization Procedure 34/27034/10
Claudio D. Gasparini [Mon, 14 Sep 2015 14:10:55 +0000 (16:10 +0200)]
BUG-139: PCE-triggered State Re-synchronization Procedure

Trigger resync
 - RPC Trigger resyng
 - Send Upd Message with SYNC Flag for LSP set to 1
 - RPC Trigger resync Lsp
 - Send Upd Message with an LSP object containing a PLSP-ID
   of 0 and with the SYNC flag set to 1

Change-Id: I5642eb57426df739858359c0c1fe004ca339ef98
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-139: PCE-triggered Initial State Synchronization Procedure 33/27033/10
Claudio D. Gasparini [Mon, 14 Sep 2015 09:02:58 +0000 (11:02 +0200)]
BUG-139: PCE-triggered Initial State Synchronization Procedure

- Support of PCE-triggered state synchronization
- create Rpc to trigger Initial Sync
- Test PCE Trigger initial Sync w/o Incremental sync
- PcepRpcServicesRoutingTest updated

Change-Id: I2c9bae691b695c49ec7866bf888364703345a5eb
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-139: Incremental Synchronization Procedure 32/27032/9
Claudio D. Gasparini [Fri, 11 Sep 2015 12:43:38 +0000 (14:43 +0200)]
BUG-139: Incremental Synchronization Procedure

- In case incremental syncronization is available, PCC will only
  synchronize the delta ( Changes on LSP Database that occured
  since session went down and  during session reestablishment).
  Therefore is not required PCE Purge LSP.

-ref: https://tools.ietf.org/html/draft-ietf-pce-stateful-sync-optimizations-02#section-4.2

Change-Id: I085906ea9c9a5cd0d8850834fea060342be4213e
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4415: ISIS Area ID might have variable length 43/28043/2
Milos Fabian [Tue, 6 Oct 2015 07:36:50 +0000 (09:36 +0200)]
BUG-4415: ISIS Area ID might have variable length

-fixed encoder to fit ISO NET Address ID pattern

Change-Id: I7f8a9311c3437c27e49751a1cd872d4efd687e78
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-139: State Synchronization Avoidance Procedure 61/26461/10
Milos Fabian [Tue, 11 Aug 2015 06:30:03 +0000 (08:30 +0200)]
BUG-139: State Synchronization Avoidance Procedure

-PCC node persistance:
-keep node in topology when session goes down and
syn. avoidance was enabled (PCE is aware of LSP DB version)
-PCC node retrieval:
-load node when session goes up again and if PCE or PCC
propagate LSP DB version number in Open msg.
-set LSP DB version number
-if PCEP session is sync-avoidance-enabled, PCC send LSP DB version in every
report message, DB version number is kept in PCC node by PCE
-get LSP DB version number
-PCE (sync avoidance enabled) tries to get stored LSP DB version from topology's node and use it Open message
-skip synchronization
-if PCE and PCC LSP DB version match, synchronization is skipped, otherwise perform synchronization
-perform synchronization
-mark all LSPs as stale, PCC perform synchronization (unmark reported LSPs), remove LSPs that remained marked as stale

-ref.: https://tools.ietf.org/html/draft-ietf-pce-stateful-sync-optimizations-02#section-3.2

Change-Id: Idf7b3f29fac1c470d5fcae18b329a5b78f7ebbee
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBug-3904: BGP-LU extension integration 21/27221/7
Milos Fabian [Mon, 21 Sep 2015 14:59:18 +0000 (16:59 +0200)]
Bug-3904: BGP-LU extension integration

*integration with config subsystem:
-wired with service providers (parser, RIB support)
-initial xml config files

*karaf integration
-added labaled unicast bundle to BGP feature

Change-Id: I5793cea801989b0aa9b3e778bb812e9890400914
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoSonar minor issues fix 11/27911/6
Iveta Halanova [Tue, 6 Oct 2015 05:58:42 +0000 (07:58 +0200)]
Sonar minor issues fix

removed redundant final modifiers, magic numbers

Change-Id: Ied2cc7e567ab624cb6c0f0950442e6fb5b3fdf3d
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoSonar isses fix 43/27943/3
Iveta Halanova [Mon, 5 Oct 2015 13:21:14 +0000 (15:21 +0200)]
Sonar isses fix

final Util classes.
private constructor
log exception

Change-Id: Ie4fd89dc31974187d473d29e17122bffc41e5e51
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4370: BGP reconnecting client: channel initiation 58/28058/3
Iveta Halanova [Thu, 8 Oct 2015 13:15:40 +0000 (15:15 +0200)]
BUG-4370: BGP reconnecting client: channel initiation

initializing channel with new decoders and encoders instances.

Change-Id: Ia193ad558bc3f03a4c50f8868233f22dcbe31373
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG 4409: Routes to be withdrawn ignored. 51/27951/1
Claudio D. Gasparini [Tue, 6 Oct 2015 09:19:43 +0000 (11:19 +0200)]
BUG 4409: Routes to be withdrawn ignored.

Routes to be withdrawn ignored when UPDATE contains both
WITHDRAWN ROUTES and NLRI fields. RFC4271 specify that
an UPDATE message MAY simultaneously advertise a feasible route and
withdraw multiple unfeasible routes from service.

Change-Id: I77c810ed7ddb1eda55021ddd05414198f66ec7ec
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4381: flowspec next_hop length 42/27642/6
Iveta Halanova [Wed, 30 Sep 2015 11:40:17 +0000 (13:40 +0200)]
BUG-4381: flowspec next_hop length

zero-length next_hop in mp_reach made acceptable.

Change-Id: I6287228a058631685da34e0bf6bddb92f88f1e1d
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4415: fix ISIS area Identifer encoding 29/27929/1
Milos Fabian [Mon, 5 Oct 2015 19:00:43 +0000 (21:00 +0200)]
BUG-4415: fix ISIS area Identifer encoding

-area identifier might have a length == 1,
this case was not treated properly

Change-Id: I0831871876121f75adc7f5860ba9e2e688f537ed
Signed-off-by: Milos Fabian <milfabia@cisco.com>
(cherry picked from commit a3941f9235f7bd5ebb8fee40064a9a9d86688e25)

8 years agoBUG 4413: Unit test "BGPDispatcherImplTest.testCreateClient" fails 16/27916/1
Claudio D. Gasparini [Mon, 5 Oct 2015 14:02:00 +0000 (16:02 +0200)]
BUG 4413: Unit test "BGPDispatcherImplTest.testCreateClient" fails

Test testCreateClient/reconnectClient sometimes fails
because port still not free from previous tests.
Since NeverReconnectStrategy connections strategy is used,
when first attempt to stablish connection fails,
it throws throwable. As a solution we set the Socket on test
to be able to be reused.

Change-Id: I55d56ae2fbbf402924ba86a447ff518c329f5410
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoFixed incorrect prefix in uses augment. 69/27869/1
Tony Tkacik [Sat, 3 Oct 2015 10:51:39 +0000 (12:51 +0200)]
Fixed incorrect prefix in uses augment.

Change-Id: I027adb3fffdd1aa938971ee8810e4b2c00de63bd
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
8 years agoFix yang models to be valid against new Yang parser 40/27640/4
Milos Fabian [Wed, 30 Sep 2015 11:31:34 +0000 (13:31 +0200)]
Fix yang models to be valid against new Yang parser

Change-Id: I4d8d0dcdcfc7695b3a2770ae9af416a54d9015c5
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBug-3904: BGP-LU RIB support 20/27220/5
Milos Fabian [Mon, 21 Sep 2015 14:55:23 +0000 (16:55 +0200)]
Bug-3904: BGP-LU RIB support

-implemented RIB support for BGP-LU routes
-support ipv4/ipv6 afi routes
-activator registers new rib support

Change-Id: I30762465979f2dbc82e778bf74a1906b3fdcab82
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG 4070: Add missing policy database 70/27570/2
Claudio D. Gasparini [Tue, 29 Sep 2015 06:43:33 +0000 (08:43 +0200)]
BUG 4070: Add missing policy database

Add missing policy database for new Internal Role defined.

Change-Id: Ifc7b29f7aa8417978db845d8544774e3b71ac8eb
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4182: The "net" IS-IS node attribute is not filled by BGP-LS topo provider 26/27526/1
Milos Fabian [Mon, 28 Sep 2015 11:01:26 +0000 (13:01 +0200)]
BUG-4182: The "net" IS-IS node attribute is not filled by BGP-LS topo provider

In a case of link-state IS-IS node attribute, the area-id attribute is not
exported in IS-IS topology. Fix BGP-LS topology provider to fill in this attribute
as a "net" (iso-net-id).

Change-Id: I29dfc43590630a80eabad6433ef4a2f4371008b4
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4070: Define new specific Peer role for App Peer. 28/27128/10
Claudio D. Gasparini [Thu, 17 Sep 2015 12:06:58 +0000 (14:06 +0200)]
BUG-4070: Define new specific Peer role for App Peer.

Currently App Peer is defined a iBGP, therefore it doesnt
advertise to iBGP peers. Setting it as an RR, means that
it will advertise ORIGINATOR_ID and CLUSTER_ID, which
is undesirable.
Instead we create a new role for App Peer, INTERNAL.
Which will act as an RR-client but without advertise
undesirable fields ORIGINATOR_ID and CLUSTER_ID.

Change-Id: I1385158806838623824773c3031556fefa2a0262
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBug-3904: BGP-LU NLRI encoder/decoder 19/27219/4
Milos Fabian [Mon, 21 Sep 2015 14:50:35 +0000 (16:50 +0200)]
Bug-3904: BGP-LU NLRI encoder/decoder

-implementation of new NLRI parser/serializers (Ipv4 and Ipv6 prefix support)
-junit tests
-bgp activator register handlers

Change-Id: Icf1fef1477d031bebc9a1247f9f4396c3cbb1a4b
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG 4181: Fix PCEP Parsers/Serializers 89/26589/11
Claudio D. Gasparini [Mon, 7 Sep 2015 08:34:40 +0000 (10:34 +0200)]
BUG 4181: Fix PCEP Parsers/Serializers

Objects with more than one Ctype are not serialized
correctly.
This required update pcep-types.yang model, and register correctly
parser/serializers for:
-Bandwidth Object
-PathKEy Object /subobject
-EndPoint Object

Change-Id: I898c0521914eb4cb7f1a4a1349fdaf853101e3cf
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4344: Expose PCEP local session characteristics 16/26216/6
Milos Fabian [Fri, 28 Aug 2015 12:44:52 +0000 (14:44 +0200)]
BUG-4344: Expose PCEP local session characteristics

-Enhance PCEPSession API with method that returns local session characteristics in form of Open object TLVs
-might be useful for applications working on top of the session (specific behavior based on local session settings)

Change-Id: I7b7b864b4e9cdcdaaeeebca0341cfabc44e8df57
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-139: include LSP DB version number in PCC node 15/26215/5
Milos Fabian [Fri, 28 Aug 2015 12:53:20 +0000 (14:53 +0200)]
BUG-139: include LSP DB version number in PCC node

-PCC can send LSP DB version number in report (as a LSP TLV)
-augmented topology model to be able to keep LSP DB version as
a "global" variable in PCC node.

Change-Id: I7b1f76708ccfe7fafc798cd28180f279e00021b3
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBug-3904: BGP-LU yang model 18/27218/3
Milos Fabian [Mon, 21 Sep 2015 14:28:36 +0000 (16:28 +0200)]
Bug-3904: BGP-LU yang model

-model prepresents BGP-LU NLRI as described in
https://tools.ietf.org/html/rfc3107#section-3
-labeled-unicast safi added
-BGP RIBs and Update message augmented to support BGP-LU

Change-Id: I0f33cd8c4e76fe7fcfdcaf8de322dea8dfa26acb
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoExpose IPv4Util method 17/27217/4
Milos Fabian [Mon, 21 Sep 2015 14:24:00 +0000 (16:24 +0200)]
Expose IPv4Util method

-users might find this function useful, make it visible

Change-Id: I8b8d2316ff5861b83856567c995552f7fd41472c
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoMigrated yangtools.model to mdsal.model on RSVP 41/27341/1
Claudio D. Gasparini [Wed, 23 Sep 2015 10:04:53 +0000 (12:04 +0200)]
Migrated yangtools.model to mdsal.model on RSVP

Change-Id: Ia12519f90225b662441e42932b3f9e933289ecbd
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoMigrated yangtools.model to mdsal.model. 58/27258/2
Tony Tkacik [Tue, 22 Sep 2015 07:44:47 +0000 (09:44 +0200)]
Migrated yangtools.model to mdsal.model.

Change-Id: Ifec43bf573e9f859b352a22448a3099b2c14787d
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>