<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:46 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-1009] BGPDocumentedException with IPv6 prefix in BGP Link State </title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-1009</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Setting up a BGP Link State session with a router able to advertise IPv6 prefix causes &lt;font color=&quot;#000000&quot;&gt;BGPDocumentedException&lt;/font&gt; which in turn close the BGP session. Then, ODL try to setup again the BGP session which ended for the same reason going into an infinite loop of BGP session open / close until the BGP peer is removed. Karaf log contains the following error:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2022-07-04T09:30:09,800 | ERROR | epollEventLoopGroup-5-1 | BGPDocumentedException &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 221 - org.opendaylight.bgpcep.bgp-parser-api - 0.17.0.SNAPSHOT | Error = MALFORMED_ATTR_LIST 
org.opendaylight.protocol.bgp.parser.BGPDocumentedException: Could not parse BGP attributes. 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseAttributes(BGPUpdateMessageParser.java:205) [bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:155) [bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseMessageBody(BGPUpdateMessageParser.java:66) [bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleMessageRegistry.parseBody(SimpleMessageRegistry.java:32) [bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.spi.AbstractMessageRegistry.parseMessage(AbstractMessageRegistry.java:66) [bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.rib.impl.BGPByteToMessageDecoder.decode(BGPByteToMessageDecoder.java:47) [bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:507) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:446) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:311) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:432) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe$1.run(AbstractEpollChannel.java:425) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at java.lang.Thread.run(Thread.java:829) [?:?] 
Caused by: java.lang.IndexOutOfBoundsException: dstIndex: 0 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.buffer.UnsafeByteBufUtil.getBytes(UnsafeByteBufUtil.java:484) ~[bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.buffer.PooledUnsafeDirectByteBuf.getBytes(PooledUnsafeDirectByteBuf.java:130) ~[bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.buffer.AbstractUnpooledSlicedByteBuf.getBytes(AbstractUnpooledSlicedByteBuf.java:243) ~[bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:896) ~[bundleFile:4.1.69.Final] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.util.Ipv4Util.prefixForByteBuf(Ipv4Util.java:141) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.util.Ipv4Util.prefixForByteBuf(Ipv4Util.java:125) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.impl.tlvs.ReachTlvParser.parseTlvBody(ReachTlvParser.java:37) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.impl.tlvs.ReachTlvParser.parseTlvBody(ReachTlvParser.java:26) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.spi.pojo.SimpleNlriTypeRegistry.parseTlv(SimpleNlriTypeRegistry.java:205) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.spi.pojo.SimpleNlriTypeRegistry.parseSubTlvs(SimpleNlriTypeRegistry.java:212) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.impl.nlri.AbstractPrefixNlriParser.parsePrefixDescriptor(AbstractPrefixNlriParser.java:50) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.impl.nlri.AbstractPrefixNlriParser.parseObjectType(AbstractPrefixNlriParser.java:37) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.spi.AbstractNlriTypeCodec.parseTypeNlri(AbstractNlriTypeCodec.java:24) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.spi.pojo.SimpleNlriTypeRegistry.parseNlriType(SimpleNlriTypeRegistry.java:175) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.impl.nlri.LinkstateNlriParser.parseNlri(LinkstateNlriParser.java:98) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.linkstate.impl.nlri.LinkstateNlriParser.parseNlri(LinkstateNlriParser.java:130) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleNlriRegistry.parseMpReach(SimpleNlriRegistry.java:232) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.impl.message.update.MPReachAttributeParser.parseAttribute(MPReachAttributeParser.java:42) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleAttributeRegistry.parseAttributes(SimpleAttributeRegistry.java:172) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;at org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.parseAttributes(BGPUpdateMessageParser.java:202) ~[bundleFile:?] 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;... 31 more
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;This is due to ReachTlvParser class in org.opendaylight.protocol.bgp.linkstate.impl.tlvs package which not properly handle IPv6 prefix in parseTlvBody method.&lt;/p&gt;</description>
                <environment></environment>
        <key id="36009">BGPCEP-1009</key>
            <summary>BGPDocumentedException with IPv6 prefix in BGP Link State </summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <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="odd22">Olivier Dugeon</assignee>
                                    <reporter username="odd22">Olivier Dugeon</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Jul 2022 07:52:07 +0000</created>
                <updated>Mon, 31 Oct 2022 15:10:02 +0000</updated>
                            <resolved>Fri, 29 Jul 2022 18:16:04 +0000</resolved>
                                    <version>0.17.0</version>
                    <version>0.16.15</version>
                    <version>0.17.2</version>
                    <version>0.17.5</version>
                                    <fixVersion>0.18.0</fixVersion>
                    <fixVersion>0.17.6</fixVersion>
                    <fixVersion>0.16.16</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i042nr:</customfieldvalue>

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