<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:06 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-779] Functional route ref test error</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-779</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Overview: We configure app-peer and odl set to listen. Add two routes to app-peer, start exabgp to see if we get two routes on it. I think what we should look at mostly are the configurations of the routes in add_routes_1.py and add_routes_2.py, as basically all the arguments are the same except the ips.&lt;/p&gt;

&lt;p&gt;Reproduction:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;start fluorine karaf with restconf and bgp and bgp-config&lt;/li&gt;
	&lt;li&gt;add app pear with &quot;conf_app_peer.py&quot;&lt;/li&gt;
	&lt;li&gt;configure odl to accept connection on 127.0.0.2 &quot;reconfigure_odl.py&quot;&lt;/li&gt;
	&lt;li&gt;add routes into app peer with &quot;add_routes_1.py&quot;&lt;/li&gt;
	&lt;li&gt;now we can check ./get_ipv4_topology or write out full rib to see there is only one routes&lt;/li&gt;
	&lt;li&gt;add second route with &quot;add_routes_2.py&quot; and again there is only one route the second one.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;There were no errors or warnings in karaf.log&lt;/p&gt;

&lt;p&gt;route configurations&lt;br/&gt;
add_routes_1.py&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;lt;ipv4-route xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:params:xml:ns:yang:bgp-inet&quot;&lt;/span&gt;&amp;gt;
    &amp;lt;prefix&amp;gt;1.1.1.1/32&amp;lt;/prefix&amp;gt;
    &amp;lt;path-id&amp;gt;0&amp;lt;/path-id&amp;gt;
    &amp;lt;attributes&amp;gt;
    &amp;lt;ipv4-next-hop&amp;gt;
        &amp;lt;global&amp;gt;199.20.160.41&amp;lt;/global&amp;gt;
    &amp;lt;/ipv4-next-hop&amp;gt;
    &amp;lt;as-path/&amp;gt;
    &amp;lt;multi-exit-disc&amp;gt;
        &amp;lt;med&amp;gt;0&amp;lt;/med&amp;gt;
    &amp;lt;/multi-exit-disc&amp;gt;
    &amp;lt;local-pref&amp;gt;
        &amp;lt;pref&amp;gt;100&amp;lt;/pref&amp;gt;
    &amp;lt;/local-pref&amp;gt;
    &amp;lt;originator-id&amp;gt;
        &amp;lt;originator&amp;gt;41.41.41.41&amp;lt;/originator&amp;gt;
    &amp;lt;/originator-id&amp;gt;
    &amp;lt;origin&amp;gt;
        &amp;lt;value&amp;gt;igp&amp;lt;/value&amp;gt;
    &amp;lt;/origin&amp;gt;
    &amp;lt;cluster-id&amp;gt;
        &amp;lt;cluster&amp;gt;40.40.40.40&amp;lt;/cluster&amp;gt;
    &amp;lt;/cluster-id&amp;gt;
    &amp;lt;/attributes&amp;gt;
&amp;lt;/ipv4-route&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;add_routes_2.py&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;lt;ipv4-route xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:params:xml:ns:yang:bgp-inet&quot;&lt;/span&gt;&amp;gt;
    &amp;lt;prefix&amp;gt;2.2.2.2/32&amp;lt;/prefix&amp;gt;
    &amp;lt;path-id&amp;gt;0&amp;lt;/path-id&amp;gt;
    &amp;lt;attributes&amp;gt;
    &amp;lt;ipv4-next-hop&amp;gt;
        &amp;lt;global&amp;gt;199.20.160.41&amp;lt;/global&amp;gt;
    &amp;lt;/ipv4-next-hop&amp;gt;
    &amp;lt;as-path/&amp;gt;
    &amp;lt;multi-exit-disc&amp;gt;
        &amp;lt;med&amp;gt;0&amp;lt;/med&amp;gt;
    &amp;lt;/multi-exit-disc&amp;gt;
    &amp;lt;local-pref&amp;gt;
        &amp;lt;pref&amp;gt;100&amp;lt;/pref&amp;gt;
    &amp;lt;/local-pref&amp;gt;
    &amp;lt;originator-id&amp;gt;
        &amp;lt;originator&amp;gt;41.41.41.41&amp;lt;/originator&amp;gt;
    &amp;lt;/originator-id&amp;gt;
    &amp;lt;origin&amp;gt;
        &amp;lt;value&amp;gt;igp&amp;lt;/value&amp;gt;
    &amp;lt;/origin&amp;gt;
    &amp;lt;cluster-id&amp;gt;
        &amp;lt;cluster&amp;gt;40.40.40.40&amp;lt;/cluster&amp;gt;
    &amp;lt;/cluster-id&amp;gt;
    &amp;lt;/attributes&amp;gt;
&amp;lt;/ipv4-route&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="29552">BGPCEP-779</key>
            <summary>Functional route ref test error</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="cdgasparini">Claudio David Gasparini</assignee>
                                    <reporter username="tomas.markovic">Tomas Markovic</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Mar 2018 13:15:11 +0000</created>
                <updated>Thu, 14 Jun 2018 08:18:02 +0000</updated>
                            <resolved>Tue, 3 Apr 2018 10:41:26 +0000</resolved>
                                    <version>Fluorine</version>
                                    <fixVersion>Fluorine</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="62023" author="cdgasparini" created="Tue, 3 Apr 2018 06:11:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70228/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62030" author="tomas.markovic" created="Tue, 3 Apr 2018 10:39:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/sandbox/job/tomas-bgpcep-csit-1node-userfeatures-all-fluorine/4/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/sandbox/job/tomas-bgpcep-csit-1node-userfeatures-all-fluorine/4/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14522" name="add_routes_1.py" size="1120" author="tomas.markovic" created="Thu, 29 Mar 2018 13:00:45 +0000"/>
                            <attachment id="14521" name="add_routes_2.py" size="1120" author="tomas.markovic" created="Thu, 29 Mar 2018 13:00:45 +0000"/>
                            <attachment id="14520" name="conf_app_peer.py" size="795" author="tomas.markovic" created="Thu, 29 Mar 2018 13:00:45 +0000"/>
                            <attachment id="14519" name="get_ipv4_topology.sh" size="182" author="tomas.markovic" created="Thu, 29 Mar 2018 13:00:45 +0000"/>
                            <attachment id="14518" name="reconfigure_odl.py" size="1677" author="tomas.markovic" created="Thu, 29 Mar 2018 13:00:45 +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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03cgv:</customfieldvalue>

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