<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:38 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[BGPCEP-623] Invalid Route Distinguisher error while processing withdraw update containing VPN route</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-623</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;ODL does not correctly handle scenario where label value 0x800000 is received in withdraw message&lt;/p&gt;

&lt;p&gt;Per &lt;a href=&quot;https://tools.ietf.org/html/rfc3107:&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc3107:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;   A BGP speaker can withdraw a previously advertised route (as well as&lt;br/&gt;
   the binding between this route and a label) by either (a) advertising&lt;br/&gt;
   a new route (and a label) with the same NLRI as the previously&lt;br/&gt;
   advertised route, or (b) listing the NLRI of the previously&lt;br/&gt;
   advertised route in the Withdrawn Routes field of an Update message.&lt;br/&gt;
   The label information carried (as part of NLRI) in the Withdrawn&lt;br/&gt;
   Routes field should be set to 0x800000.  (Of course, terminating the&lt;br/&gt;
   BGP session also withdraws all the previously advertised routes.)&lt;/p&gt;

&lt;p&gt;Error message received:&lt;/p&gt;

&lt;p&gt;2017-01-30 23:08:01,958 | DEBUG | ntLoopGroup-17-1 | SimpleAttributeRegistry          | 336 - org.opendaylight.bgpcep.bgp-parser-spi - 0.6.1.Boron-SR1 | Parsing attribute type 15&lt;br/&gt;
2017-01-30 23:08:01,958 | DEBUG | ntLoopGroup-17-1 | RouteDistinguisherUtil           | 334 - org.opendaylight.bgpcep.bgp-concepts - 0.6.1.Boron-SR1 | Invalid Route Distinguisher: type=59392, rawRouteDistinguisherValue=0x0 0x0 0x1 0x64 0x15 0x10&lt;br/&gt;
2017-01-30 23:08:01,960 | ERROR | ntLoopGroup-17-1 | BGPDocumentedException           | 335 - org.opendaylight.bgpcep.bgp-parser-api - 0.6.1.Boron-SR1 | Error = MALFORMED_ATTR_LIST&lt;br/&gt;
org.opendaylight.protocol.bgp.parser.BGPDocumentedException: Could not parse BGP attributes.&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:135)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleMessageRegistry.parseBody(SimpleMessageRegistry.java:31)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.AbstractMessageRegistry.parseMessage(AbstractMessageRegistry.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.rib.impl.BGPByteToMessageDecoder.decode(BGPByteToMessageDecoder.java:49)&lt;span class=&quot;error&quot;&gt;&amp;#91;349:org.opendaylight.bgpcep.bgp-rib-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:321)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:280)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:396)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:321)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1280)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:890)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:879)&lt;span class=&quot;error&quot;&gt;&amp;#91;55:io.netty.transport-native-epoll:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:387)&lt;span class=&quot;error&quot;&gt;&amp;#91;55:io.netty.transport-native-epoll:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:303)&lt;span class=&quot;error&quot;&gt;&amp;#91;55:io.netty.transport-native-epoll:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)&lt;span class=&quot;error&quot;&gt;&amp;#91;50:io.netty.common:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)&lt;span class=&quot;error&quot;&gt;&amp;#91;50:io.netty.common:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.IllegalArgumentException: Invalid Route Distinguisher type 59392&lt;br/&gt;
        at org.opendaylight.bgp.concepts.RouteDistinguisherUtil.parseRouteDistinguisher(RouteDistinguisherUtil.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;334:org.opendaylight.bgpcep.bgp-concepts:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.l3vpn.AbstractVpnNlriParser.parseNlri(AbstractVpnNlriParser.java:91)&lt;span class=&quot;error&quot;&gt;&amp;#91;352:org.opendaylight.bgpcep.bgp-l3vpn:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.l3vpn.AbstractVpnNlriParser.parseNlri(AbstractVpnNlriParser.java:127)&lt;span class=&quot;error&quot;&gt;&amp;#91;352:org.opendaylight.bgpcep.bgp-l3vpn:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.NlriParser.parseNlri(NlriParser.java:63)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleNlriRegistry.parseMpUnreach(SimpleNlriRegistry.java:161)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.update.MPUnreachAttributeParser.parseAttribute(MPUnreachAttributeParser.java:47)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleAttributeRegistry.parseAttributes(SimpleAttributeRegistry.java:138)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        ... 26 more&lt;br/&gt;
2017-01-30 23:08:01,962 | WARN  | ntLoopGroup-17-1 | BGPSessionImpl                   | 349 - org.opendaylight.bgpcep.bgp-rib-impl - 0.6.1.Boron-SR1 | BGP session encountered error&lt;br/&gt;
io.netty.handler.codec.DecoderException: org.opendaylight.protocol.bgp.parser.BGPDocumentedException: Could not parse BGP attributes.&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:442)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:321)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:280)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:396)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:321)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1280)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:890)&lt;span class=&quot;error&quot;&gt;&amp;#91;51:io.netty.transport:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:879)&lt;span class=&quot;error&quot;&gt;&amp;#91;55:io.netty.transport-native-epoll:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:387)&lt;span class=&quot;error&quot;&gt;&amp;#91;55:io.netty.transport-native-epoll:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:303)&lt;span class=&quot;error&quot;&gt;&amp;#91;55:io.netty.transport-native-epoll:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)&lt;span class=&quot;error&quot;&gt;&amp;#91;50:io.netty.common:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)&lt;span class=&quot;error&quot;&gt;&amp;#91;50:io.netty.common:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: org.opendaylight.protocol.bgp.parser.BGPDocumentedException: Could not parse BGP attributes.&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:135)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleMessageRegistry.parseBody(SimpleMessageRegistry.java:31)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.AbstractMessageRegistry.parseMessage(AbstractMessageRegistry.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.rib.impl.BGPByteToMessageDecoder.decode(BGPByteToMessageDecoder.java:49)&lt;span class=&quot;error&quot;&gt;&amp;#91;349:org.opendaylight.bgpcep.bgp-rib-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.codec:4.0.37.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        ... 21 more&lt;br/&gt;
Caused by: java.lang.IllegalArgumentException: Invalid Route Distinguisher type 59392&lt;br/&gt;
        at org.opendaylight.bgp.concepts.RouteDistinguisherUtil.parseRouteDistinguisher(RouteDistinguisherUtil.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;334:org.opendaylight.bgpcep.bgp-concepts:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.l3vpn.AbstractVpnNlriParser.parseNlri(AbstractVpnNlriParser.java:91)&lt;span class=&quot;error&quot;&gt;&amp;#91;352:org.opendaylight.bgpcep.bgp-l3vpn:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.l3vpn.AbstractVpnNlriParser.parseNlri(AbstractVpnNlriParser.java:127)&lt;span class=&quot;error&quot;&gt;&amp;#91;352:org.opendaylight.bgpcep.bgp-l3vpn:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.NlriParser.parseNlri(NlriParser.java:63)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleNlriRegistry.parseMpUnreach(SimpleNlriRegistry.java:161)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.update.MPUnreachAttributeParser.parseAttribute(MPUnreachAttributeParser.java:47)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleAttributeRegistry.parseAttributes(SimpleAttributeRegistry.java:138)&lt;span class=&quot;error&quot;&gt;&amp;#91;336:org.opendaylight.bgpcep.bgp-parser-spi:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:131)&lt;span class=&quot;error&quot;&gt;&amp;#91;337:org.opendaylight.bgpcep.bgp-parser-impl:0.6.1.Boron-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
        ... 26 more&lt;br/&gt;
2017-01-30 23:08:01,972 | DEBUG | ntLoopGroup-17-1 | BGPMessageToByteEncoder          | 349 - org.opendaylight.bgpcep.bgp-rib-impl - 0.6.1.Boron-SR1 | Message sent to output: Notify [_errorCode=3, _errorSubcode=1, augmentation=[]]&lt;br/&gt;
2017-01-30 23:08:01,973 | INFO  | ntLoopGroup-17-1 | BGPPeer                          | 349 - org.opendaylight.bgpcep.bgp-rib-impl - 0.6.1.Boron-SR1 | Session with peer 10.18.162.219 terminated: BGPTerminationReason&lt;/p&gt;
{error=MALFORMED_ATTR_LIST}
&lt;p&gt;2017-01-30 23:08:01,973 | DEBUG | ntLoopGroup-17-1 | ExportPolicyPeerTrackerImpl      | 349 - org.opendaylight.bgpcep.bgp-rib-impl - 0.6.1.Boron-SR1 | Removed peer Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=bgp://192.168.254.11&amp;#93;&lt;/span&gt; from supported table TablesKey &lt;span class=&quot;error&quot;&gt;&amp;#91;_afi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Ipv4AddressFamily, _safi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.MplsLabeledVpnSubsequentAddressFamily&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-01-30 23:08:01,973 | DEBUG | ntLoopGroup-17-1 | ExportPolicyPeerTrackerImpl      | 349 - org.opendaylight.bgpcep.bgp-rib-impl - 0.6.1.Boron-SR1 | Removed peer Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=bgp://192.168.254.11&amp;#93;&lt;/span&gt; from supported table TablesKey &lt;span class=&quot;error&quot;&gt;&amp;#91;_afi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Ipv6AddressFamily, _safi=class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.MplsLabeledVpnSubsequentAddressFamily&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23863">BGPCEP-623</key>
            <summary>Invalid Route Distinguisher error while processing withdraw update containing VPN route</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="ajayl.bro@gmail.com">Ajay L</assignee>
                                    <reporter username="ajayl.bro@gmail.com">Ajay L</reporter>
                        <labels>
                    </labels>
                <created>Tue, 31 Jan 2017 00:45:57 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:59 +0000</updated>
                            <resolved>Wed, 8 Feb 2017 18:16:48 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="46095" author="cdgasparini" created="Mon, 6 Feb 2017 08:41:02 +0000"  >&lt;p&gt;master&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/51454/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/51454/&lt;/a&gt;&lt;br/&gt;
boron&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/51283/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/51283/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7708</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=7708]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10344"><![CDATA[Boron-3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02dfj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>