<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:15 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-172] F flag of sr-ero-subobject is not taken into account.</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-172</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;I POST add-lsp to restAPI: &lt;a href=&quot;http://147.128.12.111:8080/restconf/operations/network-topology-pcep:add-lsp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://147.128.12.111:8080/restconf/operations/network-topology-pcep:add-lsp&lt;/a&gt;&lt;br/&gt;
The f flag is set and NAI is null. But I got exception as following.&lt;br/&gt;
If I remove f flag and set NAI, it is PASSED. It looks like the code does not take f flag into account, please check.&lt;/p&gt;

&lt;p&gt;&amp;lt;subobject&amp;gt;&lt;br/&gt;
    &amp;lt;loose&amp;gt;false&amp;lt;/loose&amp;gt;&lt;br/&gt;
    &amp;lt;sid-type&amp;gt;ipv4-node-id&amp;lt;/sid-type&amp;gt;&lt;br/&gt;
    &amp;lt;flags&amp;gt;f m&amp;lt;/flags&amp;gt;&lt;br/&gt;
    &amp;lt;sid&amp;gt;103&amp;lt;/sid&amp;gt;             &lt;br/&gt;
   &amp;lt;/subobject&amp;gt;&lt;/p&gt;



&lt;p&gt;22:45:16.306 &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-3-1&amp;#93;&lt;/span&gt; WARN  i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.&lt;br/&gt;
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException: Wrong length of array of bytes. Passed: 6;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.segment.routing02.SrEroSubobjectParser.parseSubobject(SrEroSubobjectParser.java:116) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleEROSubobjectRegistry.parseSubobject(SimpleEROSubobjectRegistry.java:44) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.object.AbstractEROWithSubobjectsParser.parseSubobjects(AbstractEROWithSubobjectsParser.java:49) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.object.PCEPExplicitRouteObjectParser.parseObject(PCEPExplicitRouteObjectParser.java:43) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.object.PCEPExplicitRouteObjectParser.parseObject(PCEPExplicitRouteObjectParser.java:26) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleObjectRegistry.parseObject(SimpleObjectRegistry.java:67) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.AbstractMessageParser.parseObjects(AbstractMessageParser.java:106) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.AbstractMessageParser.parseMessage(AbstractMessageParser.java:137) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.spi.pojo.SimpleMessageRegistry.parseMessage(SimpleMessageRegistry.java:50) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.PCEPByteToMessageDecoder.parse(PCEPByteToMessageDecoder.java:79) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.protocol.pcep.impl.PCEPByteToMessageDecoder.decode(PCEPByteToMessageDecoder.java:52) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-codec-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-codec-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-codec-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-transport-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-common-4.0.23.Final.jar:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) &lt;span class=&quot;error&quot;&gt;&amp;#91;netty-common-4.0.23.Final.jar:4.0.23.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;na:1.7.0_65&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="23412">BGPCEP-172</key>
            <summary>F flag of sr-ero-subobject is not taken into account.</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="milos.fabian@pantheon.tech">Milos Fabian</assignee>
                                    <reporter username="bin.b.pan@ericsson.com">Bin Pan</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Nov 2014 15:13:43 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:21 +0000</updated>
                            <resolved>Fri, 28 Nov 2014 14:26:50 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="44869" author="bin.b.pan@ericsson.com" created="Tue, 25 Nov 2014 15:13:43 +0000"  >&lt;p&gt;Attachment addLspSR_v1.xml has been added with description: add-lsp input&lt;/p&gt;</comment>
                            <comment id="44868" author="milos.fabian@pantheon.tech" created="Fri, 28 Nov 2014 14:26:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/13144/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/13144/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13111" name="addLspSR_v1.xml" size="1151" author="bin.b.pan@ericsson.com" created="Tue, 25 Nov 2014 15:13:43 +0000"/>
                    </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>2436</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=2436]]></customfieldvalue>

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

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