Bug 187 - PCEP's message parser should ignore unknow objects with flag P=0
[bgpcep.git] / bgp /
2014-01-15 Robert VargaMore missing copyright headers 72/4272/1
2014-01-13 Robert VargaDisable example BGP client 74/4174/2
2014-01-13 Robert VargaAdd missing copyright headers 67/4167/1
2014-01-13 Robert VargaSwitch to using System.err.println() for help 65/4165/1
2014-01-10 Dana KutenicsovaAdjusted area identifier. 30/4130/1
2014-01-09 Dana KutenicsovaMerge "Improve debug logging to track prefixes"
2014-01-09 Dana KutenicsovaMerge "Add an attachment point for metadata and propaga...
2014-01-09 Robert VargaImprove debug logging to track prefixes 17/4117/1
2014-01-09 Robert VargaMerge "Changed length of IS-IS Area Identifier from...
2014-01-09 Dana KutenicsovaMerge "Re-activate disabled test"
2014-01-09 Dana KutenicsovaChanged length of IS-IS Area Identifier from fixed... 14/4114/1
2014-01-09 Robert VargaRe-activate disabled test 47/3847/5
2014-01-08 Dana KutenicsovaBUG-185 : fixed NPE. 73/4073/1
2014-01-08 Dana KutenicsovaFixed BGP configuration. 71/4071/1
2014-01-07 Dana KutenicsovaBUG-185 : implemented Best Path Selection Algorithm. 62/3762/5
2013-12-23 Robert VargaInstantiate the local rib with empty tables 03/3903/1
2013-12-20 Robert VargaMerge "Add SimpleBGPExtensionProviderContextModuleTest."
2013-12-20 Robert VargaImprove BGP/LS topology export 68/3868/1
2013-12-20 Robert VargaMerge "Replaced Linkstate attribute tlv codes with...
2013-12-19 Dana KutenicsovaReplaced Linkstate attribute tlv codes with static... 58/3858/1
2013-12-19 Robert VargaBUG-185: include the ability to configure multiple... 67/3667/5
2013-12-19 Robert VargaMake sure RIB entry is created when the implementation... 42/3842/2
2013-12-18 Robert VargaFix RIB ID not being set 41/3841/1
2013-12-18 Tomas OlveckyAdd SimpleBGPExtensionProviderContextModuleTest. 36/3836/1
2013-12-18 Robert VargaFix NPE when node attributes are not present 26/3826/1
2013-12-17 Dana KutenicsovaAdded more logs. 06/3806/2
2013-12-17 Robert VargaHandle null LinkstateDestination case 03/3803/1
2013-12-17 Robert VargaMake sure we can operate without a link state attribute 01/3801/1
2013-12-17 Dana KutenicsovaFixing NPE when adding linkstate routes. 89/3789/1
2013-12-16 Dana KutenicsovaFixed BGP synchronization. 43/3743/3
2013-12-16 Dana KutenicsovaFixed some sonar warnings. 42/3742/3
2013-12-13 Robert VargaAdjust dependencies 35/3735/1
2013-12-13 Dana KutenicsovaBUG-199 : bgp negotiation now working without mentionin... 22/3722/1
2013-12-13 Dana KutenicsovaMerge "BUG-218: expose instruction status in MD-SAL"
2013-12-13 Dana KutenicsovaMerge "BUG-223: Support having multiple RIB instances"
2013-12-13 Robert VargaFixup a few sonar warnings 89/3689/2
2013-12-12 Robert VargaBUG-242: expose configuration through well-known artifacts 84/3684/1
2013-12-12 Robert VargaBUG-223: Support having multiple RIB instances 68/3668/2
2013-12-11 Robert VargaFix a NPE when MultiTopology ID is not present 54/3654/1
2013-12-11 Robert VargaImprove abstract topology builder to resist NPEs 53/3653/1
2013-12-11 Dana KutenicsovaMerge "Increase log level to warning"
2013-12-11 Dana KutenicsovaWarn log level not needed. 49/3649/2
2013-12-11 Robert VargaMerge "BUG-130 : introduced XROSubobjectUtil."
2013-12-11 Robert VargaIncrease log level to warning 50/3650/1
2013-12-11 Robert VargaMerge "BUG-130 : introduced RROSubobjectUtil."
2013-12-11 Robert VargaMerge "BUG-130: introduced EROSubobjectUtil."
2013-12-11 Robert VargaFix Link/Node/Prefix class cast problems 48/3648/1
2013-12-11 Robert VargaFix BGP-based topology builders failing to commit anything 44/3644/1
2013-12-10 Robert VargaFix topologies not being instantiated 13/3613/1
2013-12-10 Robert VargaImprove logging 08/3608/1
2013-12-09 Robert VargaRemove unused imports 88/3588/2
2013-12-09 Dana KutenicsovaRevive test for Community range. 73/3573/2
2013-12-09 Robert VargaRework extension registries to track dependencies 62/3562/1
2013-12-08 Dana KutenicsovaMerge "Make sure we only accept short AS numbers"
2013-12-06 Robert VargaMake sure we only accept short AS numbers 89/3389/3
2013-12-05 Dana KutenicsovaMerge "Fix a warning"
2013-12-05 Dana KutenicsovaMerge "Fix promises not being associated with an executor"
2013-12-05 Robert VargaMerge "Fixed rib-impl-config modules tests."
2013-12-05 Robert VargaFix promises not being associated with an executor 98/3498/1
2013-12-05 Robert VargaMerge "Fixed handling unknown TLVs."
2013-12-05 Dana KutenicsovaMerge "BUG-186: TunnelProgramming cannot really cancel...
2013-12-05 Dana KutenicsovaMerge "Add more detailed traces about BGP encoding...
2013-12-05 Dana KutenicsovaMerge "Add debugging for tracking messages leaving...
2013-12-05 Dana KutenicsovaMerge "Add project file"
2013-12-05 Dana KutenicsovaMerge "Implement creation of implied termination points"
2013-12-05 Dana KutenicsovaMerge "Move link add() method to keep symmetry"
2013-12-04 Robert VargaAdd more detailed traces about BGP encoding process 66/3466/2
2013-12-04 Robert VargaAdd debugging for tracking messages leaving the channel 64/3464/2
2013-12-04 Robert VargaImplement creation of implied termination points 62/3462/1
2013-12-04 Robert VargaMove link add() method to keep symmetry 54/3454/1
2013-12-04 Dana KutenicsovaMerge "Split UriBuilder into a separate type"
2013-12-04 Robert VargaMerge changes Ic12888cc,I669cc282,Iad2d6119
2013-12-04 Milos FabianFixed rib-impl-config modules tests. 49/3449/1
2013-12-04 Robert VargaSplit UriBuilder into a separate type 44/3444/1
2013-12-04 Dana KutenicsovaRemoved some sonar warnings from bgp. 35/3435/2
2013-12-04 Robert VargaImplement node/link URL mapping 36/3436/1
2013-12-04 Dana KutenicsovaMerge "Topology builders should require a local rib...
2013-12-04 Robert VargaTopology builders should require a local rib reference 33/3433/1
2013-12-04 Robert VargaRIB should represent an MD-SAL reference 24/3424/1
2013-12-03 Robert VargaDo not override maven-jar-plugin versions 07/3407/1
2013-12-03 Robert VargaBump model dependencies to 2010.09.24.2-SNAPSHOT 03/3403/1
2013-12-03 Robert VargaBUG-204: Cleanup models a bit 93/3393/2
2013-12-03 Robert VargaDo not override versions specified in parent pom 88/3388/1
2013-12-03 Robert VargaAdd support for base BGP RIB extensions 83/3383/1
2013-12-02 Robert VargaImplement proper activator shutdown 74/3374/2
2013-12-02 Robert VargaRevert accidental model damage 69/3369/1
2013-12-02 Robert VargaBUG-198: check transaction status to catch bad builders 62/3362/1
2013-12-02 Robert VargaBUG-188: implement wiring 60/3360/1
2013-12-02 Robert VargaBUG-204 : Cleanup models to follow convention 07/3307/5
2013-12-02 Robert VargaResolve a namespace being used by two modules 29/3329/1
2013-12-02 Robert VargaSimplify bundle plugin configuration 28/3328/1
2013-12-01 Robert VargaUnify yang-to-sources plugin configuration 08/3308/1
2013-12-01 Dana KutenicsovaAssigned bugs to FIXMEs. 99/3299/3
2013-12-01 Robert VargaFix package export 94/3294/1
2013-12-01 Dana KutenicsovaMerge "Attach sources and javadoc only with -DrepoBuild"
2013-12-01 Dana KutenicsovaMerge "Rework build to move the parent out"
2013-12-01 Robert VargaRework build to move the parent out 87/3287/1
2013-12-01 Robert VargaMerge changes I6885e623,Ie5e68f28
2013-12-01 Robert VargaMerge changes I3277d48b,I11a91825
2013-12-01 Dana KutenicsovaBUG-110 : integration test : pcep message -> topology... 56/3256/4
next