<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:43 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-327] Routes from BGP application peer not populated to example-ipv4-topology in case of zero routes initial POST request</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-327</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;In case of initial POST request without any route included, no consequent example-app-rib change is populated to example-ipv4-topology&lt;/p&gt;

&lt;p&gt;distribution-karaf-0.3.3-SNAPSHOT&lt;/p&gt;

&lt;p&gt;STEP 1/ python bgp_app_peer.py --command post --count 1 --prefix 1.1.1.1 --prefixlen 32 --de (initial POST request with one route introduced)&lt;br/&gt;
STEP 2/ python bgp_app_peer.py --command add --count 1 --prefix 1.1.1.2 --prefixlen 32 --info      (consequent POST single route request)&lt;/p&gt;

&lt;p&gt;result: SUCESS&lt;/p&gt;

&lt;p&gt;STEP 3/ python bgp_app_peer.py --command post --count 0 --prefix 1.1.1.1 --prefixlen 32 --de (initial POST request without any route introduced)&lt;br/&gt;
STEP 4/ python bgp_app_peer.py --command add --count 2 --prefix 1.1.1.1 --prefixlen 32 --info      (consequent two POST single route request)&lt;/p&gt;

&lt;p&gt;result: FAILURE&lt;/p&gt;




&lt;p&gt;RESULTS FOR STEPS: 1&amp;amp;2&lt;br/&gt;
======================&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/config/bgp-rib:application-rib/example-app-rib/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/bgp-rib:application-rib/example-app-rib/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;tables&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;safi&quot;: &quot;bgp-types:unicast-subsequent-address-family&quot;,&lt;br/&gt;
            &quot;afi&quot;: &quot;bgp-types:ipv4-address-family&quot;,&lt;br/&gt;
            &quot;bgp-inet:ipv4-routes&quot;: {&lt;br/&gt;
                &quot;ipv4-route&quot;: [&lt;br/&gt;
                    {&lt;br/&gt;
                        &quot;prefix&quot;: &quot;1.1.1.1/32&quot;,&lt;br/&gt;
                        &quot;attributes&quot;: {&lt;br/&gt;
                            &quot;origin&quot;: &lt;/p&gt;
{
                                &quot;value&quot;: &quot;igp&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;originator-id&quot;: &lt;/p&gt;
{
                                &quot;originator&quot;: &quot;41.41.41.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;as-path&quot;: {},&lt;br/&gt;
                            &quot;multi-exit-disc&quot;: &lt;/p&gt;
{
                                &quot;med&quot;: 0
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;local-pref&quot;: &lt;/p&gt;
{
                                &quot;pref&quot;: 100
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;ipv4-next-hop&quot;: &lt;/p&gt;
{
                                &quot;global&quot;: &quot;199.20.160.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;cluster-id&quot;: &lt;/p&gt;
{
                                &quot;cluster&quot;: [
                                    &quot;40.40.40.40&quot;
                                ]
                            }
&lt;p&gt;                        }&lt;br/&gt;
                    },&lt;br/&gt;
                    {&lt;br/&gt;
                        &quot;prefix&quot;: &quot;1.1.1.2/32&quot;,&lt;br/&gt;
                        &quot;attributes&quot;: {&lt;br/&gt;
                            &quot;origin&quot;: &lt;/p&gt;
{
                                &quot;value&quot;: &quot;igp&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;originator-id&quot;: &lt;/p&gt;
{
                                &quot;originator&quot;: &quot;41.41.41.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;as-path&quot;: {},&lt;br/&gt;
                            &quot;multi-exit-disc&quot;: &lt;/p&gt;
{
                                &quot;med&quot;: 0
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;local-pref&quot;: &lt;/p&gt;
{
                                &quot;pref&quot;: 100
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;ipv4-next-hop&quot;: &lt;/p&gt;
{
                                &quot;global&quot;: &quot;199.20.160.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;cluster-id&quot;: &lt;/p&gt;
{
                                &quot;cluster&quot;: [
                                    &quot;40.40.40.40&quot;
                                ]
                            }
&lt;p&gt;                        }&lt;br/&gt;
                    }&lt;br/&gt;
                ]&lt;br/&gt;
            }&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-ipv4-topology&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-ipv4-topology&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;topology&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;topology-id&quot;: &quot;example-ipv4-topology&quot;,&lt;br/&gt;
            &quot;topology-types&quot;: {},&lt;br/&gt;
            &quot;node&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;node-id&quot;: &quot;199.20.160.41&quot;,&lt;br/&gt;
                    &quot;l3-unicast-igp-topology:igp-node-attributes&quot;: {&lt;br/&gt;
                        &quot;prefix&quot;: [&lt;br/&gt;
                            &lt;/p&gt;
{
                                &quot;prefix&quot;: &quot;1.1.1.2/32&quot;
                            }
&lt;p&gt;,&lt;/p&gt;
                            {
                                &quot;prefix&quot;: &quot;1.1.1.1/32&quot;
                            }
&lt;p&gt;                        ]&lt;br/&gt;
                    }&lt;br/&gt;
                }&lt;br/&gt;
            ],&lt;br/&gt;
            &quot;server-provided&quot;: true&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;=======================================================================================================================&lt;/p&gt;

&lt;p&gt;CLEANED&lt;br/&gt;
=======&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/config/bgp-rib:application-rib/example-app-rib/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/bgp-rib:application-rib/example-app-rib/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;tables&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;safi&quot;: &quot;bgp-types:unicast-subsequent-address-family&quot;,&lt;br/&gt;
            &quot;afi&quot;: &quot;bgp-types:ipv4-address-family&quot;,&lt;br/&gt;
            &quot;bgp-inet:ipv4-routes&quot;: {}&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-ipv4-topology&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-ipv4-topology&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;topology&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;topology-id&quot;: &quot;example-ipv4-topology&quot;,&lt;br/&gt;
            &quot;topology-types&quot;: {},&lt;br/&gt;
            &quot;server-provided&quot;: true&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/p&gt;


&lt;p&gt;RESULTS FOR STEPS: 3&amp;amp;4&lt;br/&gt;
======================&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/config/bgp-rib:application-rib/example-app-rib/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/bgp-rib:application-rib/example-app-rib/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;tables&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;safi&quot;: &quot;bgp-types:unicast-subsequent-address-family&quot;,&lt;br/&gt;
            &quot;afi&quot;: &quot;bgp-types:ipv4-address-family&quot;,&lt;br/&gt;
            &quot;bgp-inet:ipv4-routes&quot;: {&lt;br/&gt;
                &quot;ipv4-route&quot;: [&lt;br/&gt;
                    {&lt;br/&gt;
                        &quot;prefix&quot;: &quot;1.1.1.1/32&quot;,&lt;br/&gt;
                        &quot;attributes&quot;: {&lt;br/&gt;
                            &quot;origin&quot;: &lt;/p&gt;
{
                                &quot;value&quot;: &quot;igp&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;originator-id&quot;: &lt;/p&gt;
{
                                &quot;originator&quot;: &quot;41.41.41.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;as-path&quot;: {},&lt;br/&gt;
                            &quot;multi-exit-disc&quot;: &lt;/p&gt;
{
                                &quot;med&quot;: 0
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;local-pref&quot;: &lt;/p&gt;
{
                                &quot;pref&quot;: 100
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;ipv4-next-hop&quot;: &lt;/p&gt;
{
                                &quot;global&quot;: &quot;199.20.160.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;cluster-id&quot;: &lt;/p&gt;
{
                                &quot;cluster&quot;: [
                                    &quot;40.40.40.40&quot;
                                ]
                            }
&lt;p&gt;                        }&lt;br/&gt;
                    },&lt;br/&gt;
                    {&lt;br/&gt;
                        &quot;prefix&quot;: &quot;1.1.1.2/32&quot;,&lt;br/&gt;
                        &quot;attributes&quot;: {&lt;br/&gt;
                            &quot;origin&quot;: &lt;/p&gt;
{
                                &quot;value&quot;: &quot;igp&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;originator-id&quot;: &lt;/p&gt;
{
                                &quot;originator&quot;: &quot;41.41.41.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;as-path&quot;: {},&lt;br/&gt;
                            &quot;multi-exit-disc&quot;: &lt;/p&gt;
{
                                &quot;med&quot;: 0
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;local-pref&quot;: &lt;/p&gt;
{
                                &quot;pref&quot;: 100
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;ipv4-next-hop&quot;: &lt;/p&gt;
{
                                &quot;global&quot;: &quot;199.20.160.41&quot;
                            }
&lt;p&gt;,&lt;br/&gt;
                            &quot;cluster-id&quot;: &lt;/p&gt;
{
                                &quot;cluster&quot;: [
                                    &quot;40.40.40.40&quot;
                                ]
                            }
&lt;p&gt;                        }&lt;br/&gt;
                    }&lt;br/&gt;
                ]&lt;br/&gt;
            }&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;



&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-ipv4-topology&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-ipv4-topology&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;topology&quot;: [&lt;br/&gt;
    {&lt;br/&gt;
      &quot;topology-id&quot;: &quot;example-ipv4-topology&quot;,&lt;br/&gt;
      &quot;topology-types&quot;: {},&lt;br/&gt;
      &quot;server-provided&quot;: true&lt;br/&gt;
    }&lt;br/&gt;
  ]&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23567">BGPCEP-327</key>
            <summary>Routes from BGP application peer not populated to example-ipv4-topology in case of zero routes initial POST request</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="rsajben@cisco.com">Radovan Sajben</reporter>
                        <labels>
                    </labels>
                <created>Mon, 7 Dec 2015 14:03:42 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:33 +0000</updated>
                            <resolved>Wed, 30 Mar 2016 08:56:29 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="45272" author="cdgasparini" created="Wed, 9 Dec 2015 12:34:08 +0000"  >&lt;p&gt;Draft: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/31065/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/31065/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45273" author="milos.fabian@pantheon.tech" created="Tue, 15 Dec 2015 00:36:54 +0000"  >&lt;p&gt;-initial POST with/without routes is not needed at all - wiki pages updated (restconf take care for a creating of missing parents)&lt;br/&gt;
-empty container is omitted by restconf (that&apos;s why missing in a next step)&lt;br/&gt;
-Java APIs approach results in expected behavior&lt;/p&gt;

&lt;p&gt;I assume, no action needed here for BGP project.&lt;/p&gt;</comment>
                            <comment id="45274" author="milos.fabian@pantheon.tech" created="Thu, 17 Dec 2015 15:17:39 +0000"  >&lt;p&gt;Possibly, the problem might be addressed to some other project - keeping opened, as more investigation is needed to find a suspect.&lt;/p&gt;</comment>
                            <comment id="45275" author="milos.fabian@pantheon.tech" created="Wed, 16 Mar 2016 17:58:29 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/36312/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/36312/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45276" author="milos.fabian@pantheon.tech" created="Wed, 30 Mar 2016 08:56:29 +0000"  >&lt;p&gt;boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/36720/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/36720/&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>4731</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=4731]]></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="10331"><![CDATA[Beryllium-2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10304"><![CDATA[Low]]></customfieldvalue>

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

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