bgpcep.git
8 years agoRelease Lithium-SR3 89/30589/1 release/lithium-sr3
Thanh Ha [Thu, 3 Dec 2015 21:38:43 +0000 (16:38 -0500)]
Release Lithium-SR3

Change-Id: I5d3a41b5e97713751c6325233618d8d6541d36ce
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBUG-4634: Prefix in withdrawn list is not ignored when announced in same msgUpd. 43/29743/4
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 34/29734/3
Claudio D. Gasparini [Mon, 16 Nov 2015 08:25:05 +0000 (09:25 +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: I34848ae9adff9687d2a64d7b016808fd50329010
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4593: BGP peer registry lookup false negative result 37/29437/10
Iveta Halanova [Mon, 9 Nov 2015 11:12:28 +0000 (12:12 +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>
8 years agoBUG-3771: Use sync on FutureChannels intead of await 14/29314/8
Claudio D. Gasparini [Thu, 5 Nov 2015 14:21:32 +0000 (15:21 +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: I2d1d6c8c82c3fb27205ee2272fbc559c255da0bd
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-3771: BGPCEP MD5 Password Fix 13/29313/4
Claudio D. Gasparini [Thu, 5 Nov 2015 13:14:39 +0000 (14:14 +0100)]
BUG-3771: BGPCEP MD5 Password Fix

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: Iece0520d0f8e6ddfeca37b9d877a7cabaf1721f2
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4594: ISIS PseudoNode NPE 97/29497/2
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>
(cherry picked from commit 8f4418f8044cabd046ddd440ae0180cfe690780a)

8 years agoRemove duplicate class 15/29315/2
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-4568: Extended communities are serialized twice 69/29369/1
Milos Fabian [Fri, 6 Nov 2015 07:52:05 +0000 (08:52 +0100)]
Bug-4568: Extended communities are serialized twice

Avoid serializing an empty (only header, no value) extended communities.
Better resolution is needed for Be - Extended communities registry will
be introduced.

Change-Id: I0ed8ba1bd29f9c22f40885664527ad861e73d7e8
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBUG-4581: Fix BGP-FS extended communities serializer 25/29325/1
Milos Fabian [Thu, 5 Nov 2015 14:24:56 +0000 (15:24 +0100)]
BUG-4581: Fix BGP-FS extended communities serializer

Fixed instanceof checks - evaulating agianst wrong "case" types, that
caused FS extended communities are not serialized.
In reality, FS extended communities are comming from RIB's "route"
to serializer.
Splitted serializer test as a consequence of the change.

Change-Id: I50ea892096f0d4ba00107a813097ad8f9cf03897
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBGP Logs improvement 04/28804/2
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-4438: When delete a route from the app RIB transaction chain brokes 85/28285/6
Claudio D. Gasparini [Mon, 12 Oct 2015 12:26:58 +0000 (14:26 +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: I6141cfcbe53cc1ade0d309b09a269808ac07387f
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4364: data change counter transaction chain 70/28270/4
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>
8 years agoBUG 4409: Routes to be withdrawn ignored. 52/28052/2
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>
(cherry picked from commit e5fbd2135b3f361d5383ed6f15aca6b1206ee715)

8 years agoBumping versions by 0.0.1 after the Lithium SR2 release 86/28086/1
Thanh Ha [Thu, 8 Oct 2015 15:55:48 +0000 (11:55 -0400)]
Bumping versions by 0.0.1 after the Lithium SR2 release

Change-Id: I839b025088d80084361da3c26755616cccba0cbb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoApplying the Lithium SR2 release patch 85/28085/1 release/lithium-sr2
Thanh Ha [Thu, 8 Oct 2015 15:55:45 +0000 (11:55 -0400)]
Applying the Lithium SR2 release patch

Change-Id: I5757e04234fa50d59472494d6b2a666b0c67622f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBUG-4415: ISIS Area ID might have variable length 49/27949/1
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-4415: fix ISIS area Identifer encoding 27/27927/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>
8 years agoBUG 4413: Unit test "BGPDispatcherImplTest.testCreateClient" fails 14/27914/1
Claudio D. Gasparini [Mon, 5 Oct 2015 12:55:42 +0000 (14:55 +0200)]
BUG 4413: Unit test "BGPDispatcherImplTest.testCreateClient" fails

When testing reconnectClient, cometimes fails because port still not
free from previous test. As we are using NeverReconnectStrategy, after
the first attemp to stablish connection fails, it throws throwable.
Instead we config the Socket to be able to be reused.

Change-Id: I8b79275c50205a2c7a92f1349c8dd80f6d5bcd2b
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-4381: flowspec next_hop length 38/27738/1
Iveta Halanova [Thu, 1 Oct 2015 11:11:57 +0000 (13:11 +0200)]
BUG-4381: flowspec next_hop length

zero-length of next_hop in mp_reach made acceptable.

Change-Id: I810668bbb4e104367a305a0b4d2693b6238288da
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG-4182: The "net" IS-IS node attribute is not filled by BGP-LS topo provider 07/27607/2
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. 24/27524/4
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 agoBUG4066 & BUG-4173: BGP flowspec bugfixing 05/27505/2
Milos Fabian [Tue, 22 Sep 2015 22:25:50 +0000 (00:25 +0200)]
BUG4066 & BUG-4173: BGP flowspec bugfixing

Fixed nodes extraction 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: Ia4b073d9147b105bd8c204ff0ffb1bbf3d9dd166
Signed-off-by: Milos Fabian <milfabia@cisco.com>
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
8 years agoBUG 4181: Fix PCEP Parsers/Serializers 30/27430/1
Claudio D. Gasparini [Fri, 25 Sep 2015 09:10:11 +0000 (11:10 +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:
-PathKEy Object /subobject
-EndPoint Object

Change-Id: I4518830b606a644a5673568e33f362f30958a51a
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG 4138: Fix RROLabelSubobjectParser 95/25395/2
Claudio D. Gasparini [Mon, 17 Aug 2015 14:37:33 +0000 (16:37 +0200)]
BUG 4138: Fix RROLabelSubobjectParser

Change-Id: I647c5b980d16a03ca010b5d632b5bea8414ff0e5
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
(cherry picked from commit 9dc94679b68d2ecdb98f69efa4dac24cf8de3b8e)

8 years agoBUG 4137: Fix XRO SRLG Parser 94/25394/2
Claudio D. Gasparini [Mon, 17 Aug 2015 14:29:43 +0000 (16:29 +0200)]
BUG 4137: Fix XRO SRLG Parser

Change-Id: I3944b01c179c6b6c46aab1e140c50b41e67ef5fb
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
(cherry picked from commit 79741bf297c4ecc4a87d3dc23741b4a21f7b9caa)

8 years agoBumping versions by 0.0.1 after the Lithium SR1 release 34/25734/1
Thanh Ha [Sat, 22 Aug 2015 22:01:40 +0000 (18:01 -0400)]
Bumping versions by 0.0.1 after the Lithium SR1 release

Change-Id: I3078dba43316d2162a90e579d9203505e7227418
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoApplying the Lithium SR1 release patch 33/25733/1 release/lithium-sr1
Thanh Ha [Sat, 22 Aug 2015 22:01:35 +0000 (18:01 -0400)]
Applying the Lithium SR1 release patch

Change-Id: I1225902ee0ad15bbf0eb726bef43ce00cabeb6c2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFix ipv6 prefix serializer 35/25235/1
Milos Fabian [Thu, 13 Aug 2015 08:49:52 +0000 (10:49 +0200)]
Fix ipv6 prefix serializer

-java's genuine string to byte parser is limited to value of 127 max
-use unsigned string to byte parser to able to handle 128 prefix

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

8 years agoBUG-4071: Cluster value fix 86/24786/2
Iveta Halanova [Fri, 31 Jul 2015 09:03:27 +0000 (11:03 +0200)]
BUG-4071: Cluster value fix

Change-Id: I99c488fb2416480bfd518f5f59d0abe1eb359d1b
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry-picked from d1ca3ef123903a28d89cce7fc3dcb918b662ded7)

8 years agoBUG-3888 : fix comparing ASnumbers 56/24756/1
Dana Kutenicsova [Wed, 22 Jul 2015 12:56:46 +0000 (14:56 +0200)]
BUG-3888 : fix comparing ASnumbers

In order to allow BGP connection, expected remote AS (configured in ODL)
needs to match AS number received in peer Open message. Added expected
remote AS to BGP Session Preferences to allow for this comparison.

Moved validate method from client validator to registry that is used
anytime a peer connects.

This commit is intended to be cherry-picked. Refactoring commit
will be followed up in master branch.

Change-Id: Ie8bfd8b51ee7654b284fe0b0d4ce1db5e365d55b
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit d99e924ff10bb7652ef12e7989540b9ffecb2dd3)

8 years agoPCEP LSP obj parser: missing PathBindingTlv serialization 26/24226/1
Iveta Halanova [Fri, 17 Jul 2015 06:31:03 +0000 (08:31 +0200)]
PCEP LSP obj parser: missing PathBindingTlv serialization

Change-Id: Ife794f9d485cdffc2dc8c1efb9d5e77ccc2c170e
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry picked from commit 1b419d4af6e7bf477eee3b90e11715800f099309)

8 years agoUnit test for Ipv4NlriParser 77/22977/8
Iveta Halanova [Wed, 17 Jun 2015 05:26:38 +0000 (07:26 +0200)]
Unit test for Ipv4NlriParser

created Ipv4NlriParserTest
correction of:
- check of nlri instance type
- serialize nlri in <length, prefix> order

Change-Id: I00c06b352aabe4eb94a492c737377ec1efefec99
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherrypicked from fe956c3355f88b3b4a12ae512ac45d00777e3abf)

8 years agoBug-3780: Fixed 41-bgp-example init config file 01/24101/1
Milos Fabian [Tue, 14 Jul 2015 10:17:16 +0000 (12:17 +0200)]
Bug-3780: Fixed 41-bgp-example init config file

bgp-peer was refering to incorrect bgp-rib service type

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

8 years agoBestPathSelector bug fix 79/24079/1
Iveta Halanova [Mon, 13 Jul 2015 07:23:22 +0000 (09:23 +0200)]
BestPathSelector bug fix

expanded unit test BestPathSelectorTest and corrected BestPathSelector code.

Change-Id: I0591e7c7dbe455c852faed677b80694ef0dd9e63
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry picked from commit a0d205695aedf2d1a2865c0f37824444a35fdc85)

8 years agoBug: Fix missing break 50/24050/1
Claudio D. Gasparini [Mon, 13 Jul 2015 07:09:39 +0000 (09:09 +0200)]
Bug: Fix missing break

Change-Id: If67090fbbff9baa160d58df5d9ccbb4884670853
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
(cherry picked from commit 1ade1a3de439f0deb216000f069dc68e31eac121)

8 years agoFix LS AdjSegmentID 40/23740/2
Iveta Halanova [Fri, 3 Jul 2015 13:04:37 +0000 (15:04 +0200)]
Fix LS AdjSegmentID

Added parsering/serializing of type and length of (Lan)AdjacencySegmentIdentifier

Change-Id: I7fff827568618566e934c3d2e97391738657ccf9
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
8 years agoFixed unit tests after yangtools change. 69/23769/1
Dana Kutenicsova [Mon, 6 Jul 2015 08:34:46 +0000 (10:34 +0200)]
Fixed unit tests after yangtools change.

Commit in yangtools master: https://git.opendaylight.org/gerrit/#/c/23673/
Commit in yangtools lithium: https://git.opendaylight.org/gerrit/#/c/23045/

Change-Id: Ifab39c3188e80e793ecf384d496d853809e940fb
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit 9055004831d441068b97825a1f833e7cc74b1cf0)

8 years agoBUG-3892 : specify LeafSet as ordered 02/23602/1
Dana Kutenicsova [Tue, 30 Jun 2015 13:45:47 +0000 (15:45 +0200)]
BUG-3892 : specify LeafSet as ordered

When creating own ClusterId list it must be
ordered too.

Change-Id: I261f3757cd9ffafa6016d84f6238ce34aeedc69a
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit fa6ea8d54be0faabc6e046048291826247b74004)

8 years agoBUG-3892 : added ordered-by user statement to clusterIds 74/23574/1
Dana Kutenicsova [Mon, 29 Jun 2015 15:51:06 +0000 (17:51 +0200)]
BUG-3892 : added ordered-by user statement to clusterIds

Without this statement, LeafSet does not guarantee the order
of clusterIds. We need to maintain the order as our clusterId
needs to be first when advertising routes.

Change-Id: Ic5d7ca2fb514a31cffc958a8a69ee3f57e3d2636
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit 76030203e1a77b98917dec2e567bb4c889e4c7d1)

8 years agoBUG-3879 : Fixed NPE in OspfPseudonodes case. 73/23273/4
Dana Kutenicsova [Thu, 25 Jun 2015 13:36:34 +0000 (15:36 +0200)]
BUG-3879 : Fixed NPE in OspfPseudonodes case.

OspfPseudonodes weren't properly extracted from BI to BA.

Change-Id: I30a6b163806af69c9c8efa77a5d9f208228d54fa
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoBUG-3839 : fixed various minor bugs related to AS Path BPS 67/23167/5
Dana Kutenicsova [Tue, 23 Jun 2015 13:38:02 +0000 (15:38 +0200)]
BUG-3839 : fixed various minor bugs related to AS Path BPS

- fixed classcast from Long to String
- fixed wrong NodeIdentifier
- fixed wrong algorithm in BPS

Change-Id: I7d87534d4e027d62a13fca7da13af81cb5f89caa
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoBUG-3860 : fixed config through RESTCONF 64/23264/3
Dana Kutenicsova [Thu, 25 Jun 2015 11:07:13 +0000 (13:07 +0200)]
BUG-3860 : fixed config through RESTCONF

Not closing loc-rib caused many loc-ribs to be created
through config-pusher causing NodeModificationExceptions.

Change-Id: I9b168615875f02a40b120b13cc92e9d5bdcd42be
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoBUG-3881 : Fix SrNodeAttributesParser + test 95/23395/3
Iveta Halanova [Mon, 22 Jun 2015 13:06:52 +0000 (15:06 +0200)]
BUG-3881 : Fix SrNodeAttributesParser + test

expanded tests by parsering serialized outputs
fixed seralization, parsering

Change-Id: I8382ab97d1b19791ba5395a69d1a9873be6cf8e5
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry picked from commit 407c044762084a6a4217c64d4116befdcf26391e)

8 years agoBumping versions by 0.0.1 for next dev cycle 99/23299/1
Thanh Ha [Thu, 25 Jun 2015 18:33:25 +0000 (14:33 -0400)]
Bumping versions by 0.0.1 for next dev cycle

Change-Id: Ief2c36e1e912223fef6818e779fef8b29b0afa5d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoRelease Lithium 98/23298/1 release/lithium
Thanh Ha [Tue, 23 Jun 2015 01:47:13 +0000 (01:47 +0000)]
Release Lithium

Change-Id: I4deb5c009420780de94fd557c7fbf498765cf511
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBUG-3362 : improved tests for application peer 44/22644/6
Dana Kutenicsova [Mon, 15 Jun 2015 21:53:38 +0000 (23:53 +0200)]
BUG-3362 : improved tests for application peer

Change-Id: I7fd771d534b1950ff08b47e7126009d8d3afe768
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoBGPCEP Tests 95/22795/3
Claudio D. Gasparini [Wed, 17 Jun 2015 11:11:38 +0000 (13:11 +0200)]
BGPCEP Tests

PCEPExtensionProviderContextTest
LinkstateRIBSupportTest
FlowspecModuleTest

Change-Id: Ieec83b4dec1b010355a1001cf0f5adda4094c524
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoTest - PCEPDispatcherImpl : customizeBootstrap method 72/22872/1
Iveta Halanova [Wed, 17 Jun 2015 12:30:24 +0000 (14:30 +0200)]
Test - PCEPDispatcherImpl : customizeBootstrap method

Change-Id: Ifc2dab2ca522f53de81c31ffe0c3464ab065cef1
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry picked from commit f884277347f0dab0ee7cf390969ca9695100de6f)

8 years agoGet rid of BestPathState FIXMEs. 13/22813/4
Dana Kutenicsova [Wed, 17 Jun 2015 18:29:00 +0000 (20:29 +0200)]
Get rid of BestPathState FIXMEs.

Created method to parse AsPath segments
from BI to BA.

Change-Id: Ibc49da3ddfb0ba5e1bb0a8da562c00e069df3923
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoBug-2802: BGP Update message serialization bug 09/22809/3
Milos Fabian [Wed, 17 Jun 2015 15:55:07 +0000 (17:55 +0200)]
Bug-2802: BGP Update message serialization bug

The next-hop value from MP reach attribute is not stored in AdjRibIn,
thus next-hop is missing in output Update message.
Copy next-hop value from MP reach to next hop attribute to keep it in DS.

Change-Id: I866af30ecc2cd0baa0ca1ca2f763dc03176ac009
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoBug-2458: Update nagasena to 2.50.0 10/22810/2
Milos Fabian [Wed, 17 Jun 2015 17:16:21 +0000 (19:16 +0200)]
Bug-2458: Update nagasena to 2.50.0

Change-Id: Icc23a8c9d8cb68eda8df4d63b44d815566a89483
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoDo not use string concat in Preconditions 21/22721/3
Robert Varga [Tue, 16 Jun 2015 18:51:35 +0000 (20:51 +0200)]
Do not use string concat in Preconditions

Precoditions use String.format(), so there is no need to use concat,
saving the happy path from doing some unneeded work.

Change-Id: I2ece566a3450cf0e1349d8685de5beeca39130c7
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoStore registration info for AdjRibsOutListener. 70/22770/1
Dana Kutenicsova [Wed, 17 Jun 2015 09:34:50 +0000 (11:34 +0200)]
Store registration info for AdjRibsOutListener.

Change-Id: Ic65fac8e1a1ec7b8e5eda4a2b5507bf7279b7a07
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoBUG-3768 : fixed AdjRibsOutWriter 68/22768/1
Dana Kutenicsova [Wed, 17 Jun 2015 08:38:47 +0000 (10:38 +0200)]
BUG-3768 : fixed AdjRibsOutWriter

Added peerId to list of arguments for this writer
and limited listening to AdjRibsOut only for that
particular peer.

Fixed switched arguments for creating Mp_Reach and Mp_Unreach.

Change-Id: If1f3c576395d68aa3c26d2e4fabd696a4bf14457
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
8 years agoDo not force Long boxing 20/22720/2
Robert Varga [Tue, 16 Jun 2015 18:37:58 +0000 (20:37 +0200)]
Do not force Long boxing

Traces show that we are performing a few boxing operations to
instantiate the BestPathSelector. As it turns out, we only need it for
equals(), so ditch that and use a primitive long.

Change-Id: Idb01a00685850907f2461eb97f8925c956765c7e
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoBug 3044 - Conversion from Flowspec BI -> BA 99/22699/1
Ladislav Borak [Mon, 15 Jun 2015 15:26:21 +0000 (17:26 +0200)]
Bug 3044 - Conversion from Flowspec BI -> BA

Added support to convert flowspec type in BI to the BA.

Change-Id: I780cab9e3a2fb6c8acc4fdab6572057d76f63432
Signed-off-by: Ladislav Borak <lborak@cisco.com>
(cherry picked from commit 272e19b7c8fd2b14509431a4a381c6e1de50d61f)

8 years agoBUG-3664 Fix NPE caused by null AbstractRouteEntry 87/22587/6
Claudio D. Gasparini [Mon, 15 Jun 2015 13:35:44 +0000 (15:35 +0200)]
BUG-3664 Fix NPE caused by null AbstractRouteEntry

When we tried to get effectiveAttributes from an AbstractRouteEntry
which is null will cause a NPE, since it doesnt contain any attribute.
Fix by check this case.

Change-Id: I311743a165373ee2da4bd4f73e2d468023e445ad
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years agoBUG-3664: make sure the transaction is committed 42/22642/1
Robert Varga [Mon, 15 Jun 2015 20:54:22 +0000 (22:54 +0200)]
BUG-3664: make sure the transaction is committed

Even in face of error, do not leave a transaction hanging, but rather
commit it with an error-level message logged beforehand.

Change-Id: I211caa7cae954d76e9a47021afcb466f8e7e6004
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoBug-3204: If no LSP Identifiers TLV is present in PCRpt message updateLsp in DS throw... 70/22570/1
Milos Fabian [Mon, 15 Jun 2015 09:04:03 +0000 (11:04 +0200)]
Bug-3204: If no LSP Identifiers TLV is present in PCRpt message updateLsp in DS throws exception

-handle report message including non-RSVP-TE payload and no LSP Identifier TLV
-in this case use PLSP-ID value as a path identifier in PCEP topology

Change-Id: If1f5716ce0dfaa635028bb4e956ea8595d7b3e34
Signed-off-by: Milos Fabian <milfabia@cisco.com>
9 years agoBUG-3419 : fix calling get() on Absent value 53/22453/5
Iveta Halanova [Fri, 12 Jun 2015 11:43:05 +0000 (13:43 +0200)]
BUG-3419 : fix calling get() on Absent value

When BGP shuts down, LocRIB receives and uptodate
change with no data attached causing an Exception.
Fix this by checking existence of the data.

Change-Id: Ibe1aeb8e7f02136be2c83be516e47833c1d8146a
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry-picked from 117ee238c19162335c50ef85114b05e87d50b538)

9 years agoBUG-3300 : Fixed BGP transitive attribute filtering 61/22361/9
Claudio D. Gasparini [Thu, 11 Jun 2015 12:56:32 +0000 (14:56 +0200)]
BUG-3300 : Fixed BGP transitive attribute filtering

Namespace in AttributeOperation were hardcode therefore any transitive
attribute with different namespace(inet..) were not valid, reason why
FromExternalImportPolicy did not return any attribute, causing a NPE.
Fixed them by matching extension QName to corresponding Attribute.

Change-Id: Ic3ccf5eb0b1d181baaf8ea5b6dea6f84828b92a4
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
9 years agoCache IPv4/IPv6 nexthops 85/22385/2
Robert Varga [Thu, 11 Jun 2015 18:24:27 +0000 (20:24 +0200)]
Cache IPv4/IPv6 nexthops

Next hop values are readily reused, so cache them to share instances.

Change-Id: Ib946a82d950c51644bea3cbc394d536e76663c6e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoCache UnrecognizedAttributes 22/22322/4
Robert Varga [Thu, 11 Jun 2015 05:22:59 +0000 (07:22 +0200)]
Cache UnrecognizedAttributes

UnrecognizedAttributes is typically empty, so we can reuse it widely.

Change-Id: Ifff9a45335e6a0ffaf07db789e9d36394ff61301
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-3347 : fix receiving updates only on first route 77/22277/3
Dana Kutenicsova [Wed, 10 Jun 2015 13:42:00 +0000 (15:42 +0200)]
BUG-3347 : fix receiving updates only on first route

This was due to calling clear before each write into AdjRibsOut.
Create tables in AdjRibsOut beforehand, so we don't have to take
care about it when a route comes.

Change-Id: I8679399a50b54d83d5432c7b75aadd9e1c7ea928
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBgpTableType: toString() 52/22352/1
Iveta Halanova [Thu, 11 Jun 2015 11:50:04 +0000 (13:50 +0200)]
BgpTableType: toString()

added toString method into BGPTableTypeImplModule $ AutoCloseableBgpTableType
changed toString in BgpTableTypeImpl

Change-Id: Ic6e619b6693f8f2d433ce47199e8772e0e9160d0
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
9 years agoBGP.parser.impl.messages: minor changes 74/22274/4
Iveta Halanova [Tue, 9 Jun 2015 08:18:05 +0000 (10:18 +0200)]
BGP.parser.impl.messages: minor changes

KeepaliveMsgParser - made final
NotifyMsgParser:
- Log just-built ByteBuf
- Reordered line - getData()
OpenMsgParser - log just-built ByteBuf
UpdateMsgParser - made final

Change-Id: I09283ee4505dfa5f8c747d7bfc12fc6a701efa96
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
9 years agoRemove LocRibWriter registration on close() 94/22294/3
Robert Varga [Wed, 10 Jun 2015 18:23:25 +0000 (20:23 +0200)]
Remove LocRibWriter registration on close()

Retain the DataTreeChangeListenerRegistration we get when we subscribe
and cancel it when we are being shut down. Also place two FIXMEs for
future work.

Change-Id: I74364473736e863e63557e8ebf652424ea312a59
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix duplicate NodeIdentifier instances 60/22260/2
Robert Varga [Wed, 10 Jun 2015 08:17:11 +0000 (10:17 +0200)]
Fix duplicate NodeIdentifier instances

Memory dump has shown we have multitude of NodeIdentifiers pointing to
the prefix QName. This turns out to be the automatic completion of
missing key leaves. Fix the caller to set the leaf up correctly, thus
sharing the NodeIdentifier instance.

Change-Id: I5fb563a9048f4d48c2a2c5b96b8b9bfd08b867f6
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoLower tracing overhead 43/22243/2
Robert Varga [Tue, 9 Jun 2015 23:38:42 +0000 (01:38 +0200)]
Lower tracing overhead

Arrays.toString() and ByteBufUtil.hexDump() are expensive relative to an
disabled trace call. Guard the corresponding trace() calls with
LOG.isTraceEnabled(). Discovered in BGP performance traces to have some
4% overhead.

Change-Id: I94ce9b57b86bae9be35e5839447a19b268064469
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix confusing peer AS message 35/22235/1
Robert Varga [Tue, 9 Jun 2015 20:30:19 +0000 (22:30 +0200)]
Fix confusing peer AS message

We printed the expected number in place of what the peer sent and vice
versa, confusing users. Fix that.

Change-Id: I874a25598818e58f4a05a10a977724b0cc853140
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBGPServerSessionNegotiator: Use the correct AS number 84/21884/3
Vratko Polak [Thu, 4 Jun 2015 16:28:10 +0000 (18:28 +0200)]
BGPServerSessionNegotiator: Use the correct AS number

Before: toLong() on 2-octet value could result in AS_TRANS.
After: AsNumberUtil.advertizedAsNumber gives the correct 4-octet value.

Change-Id: I46b2a4baa25029b872e9b52c98823ee2b7f956bf
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoFix delete case in EffRibIn. 73/22173/2
Dana Kutenicsova [Tue, 9 Jun 2015 09:33:46 +0000 (11:33 +0200)]
Fix delete case in EffRibIn.

Delete case was pushed with wrong InstanceIdentifier.

Change-Id: I3e57f5f0b7915bcd290d4b2e851bbb388a092eb4
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBug 3577 - Message decoder fails to decode "all IP addresses match this update" 67/22067/2
Ladislav Borak [Fri, 5 Jun 2015 12:35:45 +0000 (14:35 +0200)]
Bug 3577 - Message decoder fails to decode "all IP addresses match this update"

Added support to parse and serialize "default route" prefix in Ipv4Util and Ipv6Util.

Change-Id: Ibd84cad5864beb71112f72ac727ff7a65079efcf
Signed-off-by: Ladislav Borak <lborak@cisco.com>
(cherry picked from commit a277e11606404e307ca037f32e612813ce7a3a51)

9 years agoMake methods static 28/22128/2
Dana Kutenicsova [Tue, 9 Jun 2015 07:03:09 +0000 (09:03 +0200)]
Make methods static

Some methods do not touch object state and can be made static. Turn them
into statics for better performance.

Change-Id: Ib561b6f5d0845261370ea28d6428262df887943f
Signed-off-by: Robert Varga <rovarga@cisco.com>
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoMake OffsetMap enforce access limit 27/22127/2
Robert Varga [Mon, 8 Jun 2015 19:08:31 +0000 (21:08 +0200)]
Make OffsetMap enforce access limit

getValue()/setValue() should ensure that the offset used is covered by
associated routerIds. Also fixes wrong format strings.

Change-Id: I4fafea959bc550e0bf9a2ec048c35ae63c255235
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-3348 : fixed application peer 38/21238/17
Ladislav Borak [Fri, 29 May 2015 07:25:11 +0000 (09:25 +0200)]
BUG-3348 : fixed application peer

By moving ipv4routes to inet, the namespaces in BestPathState
are no longer valid. Fixed them by matching extension QName
to BestPathState.

Change-Id: I9f09e92645fafc0d722109f10e06eb5bbaf17e37
Signed-off-by: Ladislav Borak <lborak@cisco.com>
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix EffectiveRibInWriter overwriting the entire route table 24/21924/8
Dana Kutenicsova [Fri, 5 Jun 2015 07:53:40 +0000 (09:53 +0200)]
Fix EffectiveRibInWriter overwriting the entire route table

The fall-through in SUBTREE_MODIFIED case means that for any new write we
replace the entire route table, which has the effect of LocRib having to
run route selection even on routes which have not changed.

Fix this by removing the fall-through and deal with individual routes as appropriate.

Change-Id: I847936025d21e63c91945380744832f7af16b3dc
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBGPMock fix 25/21925/2
Iveta Halanova [Wed, 3 Jun 2015 12:16:19 +0000 (14:16 +0200)]
BGPMock fix

List iterator fix in isMessageListSame()

Change-Id: I1a792107f05c7091e8b4ab7534c911c5404e4278
Signed-off-by: Iveta Halanova <iveta.halanova@pantheon.sk>
(cherry picked from commit 0be370826b41d25dc30c13507892d3b998a43327)

9 years agoRevert "Make logging conditional." 85/21985/2
Dana Kutenicsova [Fri, 5 Jun 2015 13:41:50 +0000 (13:41 +0000)]
Revert "Make logging conditional."

This reverts commit 072bd7ac321f3d7cd9dafc51596a3ff4506b0e53.

Change-Id: I07ae45fac0ea424fe83b51ab940536f2dabd1d05
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBUG-3593 : fixed error installing odl-bgpcep-bgp-all 76/21976/2
Dana Kutenicsova [Fri, 5 Jun 2015 11:53:09 +0000 (13:53 +0200)]
BUG-3593 : fixed error installing odl-bgpcep-bgp-all

Renamed dependencies feature to be unique in features list.

Change-Id: I217bb6a5ddf976e59900e62c3ce091a9e44aaca6
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoMake logging conditional. 00/21900/2
Dana Kutenicsova [Thu, 4 Jun 2015 18:50:35 +0000 (20:50 +0200)]
Make logging conditional.

When dealing with a lot of routes, logging
in this class becomes a memory burden. Get rid of it
when logging is not enabled.

Change-Id: I3ea2d88c7515172e35689cf1c59698962cf9b0e4
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years ago.gitreview: Use stable/lithium as the default branch 83/21883/2
Vratko Polak [Thu, 4 Jun 2015 16:35:50 +0000 (18:35 +0200)]
.gitreview: Use stable/lithium as the default branch

Change-Id: Iaa80741b0f67e6de7af9ae9fdfb173087adfa1e1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoBUG-3348 : fixed Export Policy 64/21664/6
Dana Kutenicsova [Tue, 2 Jun 2015 13:52:23 +0000 (15:52 +0200)]
BUG-3348 : fixed Export Policy

Export policy located in LocRib was not informed
about peer change, therefore it didn't create any
groups. As a result, none of the routes could be
propagated to other peers. Change the LocRib to
listen to the same path as Effective RIB to obtain
also peer role changes.

Change-Id: Ic55cbba03952fbdcf7f63b76d159502c9af733b0
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoMake deeper comparison for best path selection. 49/21749/5
Dana Kutenicsova [Wed, 3 Jun 2015 11:30:30 +0000 (13:30 +0200)]
Make deeper comparison for best path selection.

Superficial equals caused best path states to never equal,
even if they should. This resulted in more writes to LocRib,
as all paths were new.

Change-Id: Ie1b694acdddac2bd617bc1086dc63c8c8eef049d
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoAdd performance fixmes 60/21760/1
Robert Varga [Wed, 3 Jun 2015 12:57:29 +0000 (14:57 +0200)]
Add performance fixmes

We could do with a cache in two strategic places, mark them.

Change-Id: I20a9e98d85740107413afad54b391d1bda990672
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoReuse child NodeIdentifier 58/21758/1
Robert Varga [Wed, 3 Jun 2015 12:46:18 +0000 (14:46 +0200)]
Reuse child NodeIdentifier

We effectively create two YangInstanceIdentifiers for the same thing,
except for routes we end up creating a different instance of
NodeIdentifier, which forces a slower comparison. Reuse the same
identifier, lowring memory pressure and increasing performance slightly.

Change-Id: I80e8ffa89737476040727f45a8b90bd157527955
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoCache QNames obtained from binding classes 29/21729/1
Robert Varga [Wed, 3 Jun 2015 09:30:32 +0000 (11:30 +0200)]
Cache QNames obtained from binding classes

Traces indicate we have a rogue QNameModule coming from this path, make
sure to squash it to a cached one.

Change-Id: I80f72ae0d4b80f35edc97060734fcc8df9c028c0
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-3419 : fix shutdown of modules 07/21407/2
Dana Kutenicsova [Thu, 28 May 2015 15:54:04 +0000 (17:54 +0200)]
BUG-3419 : fix shutdown of modules

Turns out each extension when it's closed calls
stop() on their Activators. This nulls registration
list. But when the Activator itself is shut down,
it also calls its stop() method invoking an
IllegalStateException.

Change-Id: I3887cc687489e9e441224265f0e85baf6928aaee
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit bc7abb1c1b16a8a395003bfbbf6f299f4fef4c2d)

9 years agoUse pingpong data broker for BI datastore 97/21497/1
Robert Varga [Sun, 31 May 2015 12:09:06 +0000 (14:09 +0200)]
Use pingpong data broker for BI datastore

This mirrors the use of BA use of pingpong broker.

Change-Id: I4db39f6cd24c9512fbbc1806a49b1318ae15cd55
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-3074 : set initial uptodate state in LocRib to true 12/21112/1
Dana Kutenicsova [Tue, 12 May 2015 13:23:03 +0000 (15:23 +0200)]
BUG-3074 : set initial uptodate state in LocRib to true

Uptodate state was missing entirely from tables that
were not advertised by peer. This commit inserts the field
and sets it to true to inform the user, that there won't
be any more routes added to the table.

Change-Id: I539d3a9df388c476748c5009d945f7ad2eef792e
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit 8a706003caaef5b2e88bd693f54f9dc02093b105)

9 years agoBUG-3186 : fixed MPReachCodec not found 85/21085/1
Dana Kutenicsova [Fri, 22 May 2015 14:06:32 +0000 (16:06 +0200)]
BUG-3186 : fixed MPReachCodec not found

Turns out, one import problem can cause the whole
codec hierarchy to fail. Also make sure we can
troubleshoot such bugs easier in the future by
catching Exceptions from codec creation per RIB.

Change-Id: I675b70f6b8079d2a5a2eb7ded64be76d16f9e468
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit 5b0977ebafc17c294b5455a29eed535eb917cf61)

9 years agoBUG-2453 Replace enums in initial configs with proper value 42/20142/2
Maros Marsalek [Tue, 12 May 2015 14:55:33 +0000 (16:55 +0200)]
BUG-2453 Replace enums in initial configs with proper value

Proper value means value defined in yang, not in generated binding classes.

Change-Id: I1f9175a4d472b92c4795d8200e60e9ca6c0ad447
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoBUG-3225 : fix NPE 85/20785/8
Dana Kutenicsova [Wed, 20 May 2015 09:36:04 +0000 (11:36 +0200)]
BUG-3225 : fix NPE

Import policy requested by Effective RIB has yet to be put in policy database,
therefore the NPE occurred. Switched off listening for peer-role changes itself,
the change is now checked in Effective RIB. Since we are listening to a different
subtree, the handling in Effective RIB needed to be changed accordingly.

Change-Id: I0df6cf2234a27d99445af07dd47c9039a0418cb4
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBUG-3252 : added a check for augmented transitive attributes. 09/20709/1
Dana Kutenicsova [Mon, 18 May 2015 13:04:55 +0000 (15:04 +0200)]
BUG-3252 : added a check for augmented transitive attributes.

Change-Id: I6e8636cec435da937ddabd78f7f5bcaa5edb2a89
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit 5c075582bf73261ec558f8fc009215e9eade8fcf)

9 years agoBUG-3043 : fix for transaction closed exception 50/20250/2
Dana Kutenicsova [Wed, 13 May 2015 12:44:39 +0000 (14:44 +0200)]
BUG-3043 : fix for transaction closed exception

When the peer got session down, transaction chain
was closed. This caused problems, when the peer
reconnected.
Moved closing of transaction chaining to when the
peer closes.

Change-Id: I7da35d7e0a2238f38b5a549e9848b418d467d27a
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
(cherry picked from commit 77a0e038cc72358e0c98bd207febfef38186a9a6)

9 years agoDeprecate stateful02 topology provider. 71/19971/1
Dana Kutenicsova [Sat, 9 May 2015 16:18:26 +0000 (18:18 +0200)]
Deprecate stateful02 topology provider.

In addition to deprecating stateful02 module.

Change-Id: I184876dd8eb0cae01765c6c1adb0b70425ae579a
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBUG 3094, Check AS number 02/19802/2
Claudio D. Gasparini [Tue, 5 May 2015 08:33:11 +0000 (10:33 +0200)]
BUG 3094, Check AS number

Change-Id: I345a3c5c2cb4a496b45e87aa11d1c752c39bc75c
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
(cherry picked from commit 98e60ff6181e2d110ed0e2f0a9bfaa36560d8fbb)

9 years agoBUG-2383: cache effective attributes in import 92/19792/2
Robert Varga [Thu, 7 May 2015 08:26:12 +0000 (10:26 +0200)]
BUG-2383: cache effective attributes in import

This patch introduces a simple identity cache decorator around
AbstractImportPolicy. It is then used by ImportPolicyPeerTracker and
EffectiveRibInWriter to make sure we do not needlessly explode
attribute objects. This would typically happen when we receive multiple
routes within a single message and the import policy modifies the
attributes -- leading to a per-route attribute object.

Change-Id: I8581df3e3a2aae07a16d44f2554026afbad264fd
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit ff7a5daa1e8a22f46e0423f7e6317bf8ea7ea078)

9 years agoMake sure we close read-only transactions 93/19793/2
Robert Varga [Thu, 7 May 2015 09:45:32 +0000 (11:45 +0200)]
Make sure we close read-only transactions

Transactions are resources, so they should be closed when no longer in
use.

Change-Id: I45a8a89f56b61cb12addbdb3349ab408c8aa14ed
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 2190b2ce0cfc448d5a9ea6af4978e4167734dad7)