<!-- 
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-783] Peer-id affecting topology content</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-783</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Overview: After &lt;a href=&quot;https://jira.opendaylight.org/browse/BGPCEP-782&quot; title=&quot;Different peer-id on different versions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BGPCEP-782&quot;&gt;&lt;del&gt;BGPCEP-782&lt;/del&gt;&lt;/a&gt;: The peer now always is in rib under exabgp&apos;s router-id. However these routes are not visible in example-ipv6-topology nor example-ipv4-topology. On Oxygen, Nitrogen, Carbon this works as expected.&lt;/p&gt;

&lt;p&gt;Note: I tested this with patch &lt;a href=&quot;https://jira.opendaylight.org/browse/BGPCEP-782&quot; title=&quot;Different peer-id on different versions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BGPCEP-782&quot;&gt;&lt;del&gt;BGPCEP-782&lt;/del&gt;&lt;/a&gt; where topology is empty, and an hour older patch where example-ipv6-topology is filled(peer-id in rib is ipv6 local-address)&lt;/p&gt;

&lt;p&gt;Steps to reproduce, pretty much the same as &lt;a href=&quot;https://jira.opendaylight.org/browse/BGPCEP-782&quot; title=&quot;Different peer-id on different versions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BGPCEP-782&quot;&gt;&lt;del&gt;BGPCEP-782&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;start latest fluorine odl&lt;/li&gt;
	&lt;li&gt;run in karaf
&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;
feature:install odl-restconf odl-bgpcep-bgp odl-bgpcep-bgp-config-example
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;run script to configure internal peer with ::1 address
&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;
./conf_peer.py
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;start exabgp with single ipv6 route, router-id: 1.2.3.4 and local-address: ::1
&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;
env exabgp.tcp.port=1790 exabgp --debug &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;.cfg
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;check ipv6-topology with
&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;
./get_ipv6_topology.sh
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;(At this point topology should be filled with one ipv6 route)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;there is also script to get full rib to see the peer, and log from local test with DEBUG logs.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29584">BGPCEP-783</key>
            <summary>Peer-id affecting topology content</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>Wed, 4 Apr 2018 11:14:29 +0000</created>
                <updated>Thu, 12 Jul 2018 09:07:47 +0000</updated>
                            <resolved>Fri, 13 Apr 2018 13:28:07 +0000</resolved>
                                    <version>Fluorine</version>
                                    <fixVersion>Fluorine</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="62407" author="tomas.markovic" created="Fri, 13 Apr 2018 13:28:07 +0000"  >&lt;p&gt;it&apos;s passing now, which I didn&apos;t even notice at first between all those new failures &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/user/cdgasparini/my-views/view/bgpcep-fluorine/job/bgpcep-csit-1node-userfeatures-all-fluorine/47/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/user/cdgasparini/my-views/view/bgpcep-fluorine/job/bgpcep-csit-1node-userfeatures-all-fluorine/47/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14533" name="conf_peer.py" size="1511" author="tomas.markovic" created="Wed, 4 Apr 2018 11:08:25 +0000"/>
                            <attachment id="14532" name="default.cfg" size="291" author="tomas.markovic" created="Wed, 4 Apr 2018 11:08:24 +0000"/>
                            <attachment id="14530" name="get_full_rib.sh" size="153" author="tomas.markovic" created="Wed, 4 Apr 2018 11:13:29 +0000"/>
                            <attachment id="14531" name="get_ipv6_topology.sh" size="182" author="tomas.markovic" created="Wed, 4 Apr 2018 11:08:24 +0000"/>
                            <attachment id="14529" name="log_ipv6_debug.log" size="22497" author="tomas.markovic" created="Wed, 4 Apr 2018 11:13:30 +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|i03cnz:</customfieldvalue>

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