<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:07 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-457] Transitive Unrecognized Attribute not transiting</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-457</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Hello ODL-BGPCEP&lt;/p&gt;

&lt;p&gt;I inserted the following route with unrecognized attributes into the app-rib using RESTCONF :&lt;/p&gt;

&lt;p&gt;                   &quot;ipv4-route&quot;: [&lt;br/&gt;
                    {   &lt;br/&gt;
                        &quot;prefix&quot;: &quot;9.9.9.9/32&quot;,&lt;br/&gt;
                        &quot;attributes&quot;: {&lt;br/&gt;
                            &quot;ipv4-next-hop&quot;: &lt;/p&gt;
{
                                &quot;global&quot;: &quot;11.11.11.11&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;unrecognized-attributes&quot;: [&lt;br/&gt;
                                &lt;/p&gt;
{
                                    &quot;partial&quot;: &quot;true&quot;,
                                    &quot;transitive&quot;: &quot;true&quot;,
                                    &quot;type&quot;: &quot;101&quot;,
                                    &quot;value&quot;: &quot;0101010101010101&quot;
                                }
&lt;p&gt;,&lt;/p&gt;
                                {
                                    &quot;partial&quot;: &quot;true&quot;,
                                    &quot;transitive&quot;: &quot;true&quot;,
                                    &quot;type&quot;: &quot;102&quot;,
                                    &quot;value&quot;: &quot;0101010111111111&quot;
                                }
&lt;p&gt;                            ]&lt;br/&gt;
                        }&lt;br/&gt;
                    }]&lt;/p&gt;

&lt;p&gt;While these unrecognized attributes are visible in loc-rib of the same bgp router, they are not appearing in the adj-rib-out of the neighboring bgp peer,&lt;br/&gt;
or in other words they are not being transmitted with the bgp update message of the bgp route. &lt;/p&gt;

&lt;p&gt;I believe it is not the normal behavior and should be transmitted in the BGP update message for the prefix as transitive flag is set to true. (ipv4-route json object is also attached with the mail).&lt;/p&gt;

&lt;p&gt;I am using bgp project version 0.5.2-SNAPSHOT and the peering is between two SDN controllers. I will be glad to provide more information, and sorry if I have missed out on some.&lt;/p&gt;

&lt;p&gt;Regards&lt;br/&gt;
Sidhant&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23697">BGPCEP-457</key>
            <summary>Transitive Unrecognized Attribute not transiting</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="hasija.sam@gmail.com">Sidhant Hasija</reporter>
                        <labels>
                    </labels>
                <created>Fri, 6 May 2016 12:56:18 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:45 +0000</updated>
                            <resolved>Mon, 25 Jul 2016 22:51:41 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="45628" author="hasija.sam@gmail.com" created="Fri, 6 May 2016 12:56:18 +0000"  >&lt;p&gt;Attachment ipv4-bgproute.json has been added with description: json object to insert bgp route with unrecognized attribute&lt;/p&gt;</comment>
                            <comment id="45623" author="ajayl.bro@gmail.com" created="Tue, 17 May 2016 18:04:51 +0000"  >&lt;p&gt;Hi Sidhant&lt;/p&gt;

&lt;p&gt;I am looking into this issue. When I tried this on my setup, noticed that the unrecognized attribute is set in the adj-rib-out of the BGP peer, but it is not included in the Update message which is sent to the peer. This is happening due to a missing serializer and I am fixing that. Can you please check again in your setup about the attributes showing in the peer&apos;s adj-rib-out?&lt;/p&gt;

&lt;p&gt;Regards&lt;br/&gt;
Ajay&lt;/p&gt;</comment>
                            <comment id="45624" author="ajayl.bro@gmail.com" created="Tue, 17 May 2016 18:06:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39000/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39000/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45625" author="hasija.sam@gmail.com" created="Wed, 18 May 2016 20:52:07 +0000"  >&lt;p&gt;Hello Ajay&lt;/p&gt;

&lt;p&gt;Yes,I can confirm that unrecognized attributes show up in adj-rib-out of the peers in odl speaker.&lt;/p&gt;

&lt;p&gt;Thanks and Regards&lt;br/&gt;
Sidhant&lt;/p&gt;</comment>
                            <comment id="45626" author="milos.fabian@pantheon.tech" created="Thu, 19 May 2016 07:04:45 +0000"  >&lt;p&gt;stable/beryllium: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39086/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39086/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45629" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:48:26 +0000"  >&lt;p&gt;Attachment Processed-pcrpt-objects.png has been added with description: Processed PCRpt objects&lt;/p&gt;</comment>
                            <comment id="45627" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:51:41 +0000"  >&lt;p&gt;(In reply to Ajay L from comment #5)&lt;br/&gt;
&amp;gt; Created attachment 1107 &lt;span class=&quot;error&quot;&gt;&amp;#91;details&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Processed PCRpt objects&lt;/p&gt;

&lt;p&gt;Attachment created erroneously. Please ignore&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13171" name="Processed-pcrpt-objects.png" size="159981" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 22:48:26 +0000"/>
                            <attachment id="13170" name="ipv4-bgproute.json" size="1832" author="hasija.sam@gmail.com" created="Fri, 6 May 2016 12:56:18 +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>5855</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=5855]]></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="10341"><![CDATA[Beryllium-3]]></customfieldvalue>

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

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