<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:16 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>[OVSDB-389] OVSDB southbound installs tunnel ports on all connected switches</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-389</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;When creating tunnels ports on an OVS bridge with more than one OVS connected, the tunnel port gets replicated on all other switches. We first the issue in Netvirt CSIT like &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;This can be easily reporduced with genius, by creating a transport zone with two DPNs, which result in 2 tunnels created on both when it should be one tunnel on each. here is a sample output:&lt;/p&gt;

&lt;p&gt;SWITCH1:&lt;/p&gt;

&lt;p&gt;62c67e9c-4e1e-4a29-8b7d-d6228ffd4ed9&lt;br/&gt;
    Manager &quot;tcp:192.168.56.1:6640&quot;&lt;br/&gt;
        is_connected: true&lt;br/&gt;
    Bridge br-ex&lt;br/&gt;
        Port br-ex&lt;br/&gt;
            Interface br-ex&lt;br/&gt;
                type: internal&lt;br/&gt;
    Bridge br-tun&lt;br/&gt;
        Port br-tun&lt;br/&gt;
            Interface br-tun&lt;br/&gt;
                type: internal&lt;br/&gt;
    Bridge br-int&lt;br/&gt;
        Controller &quot;tcp:192.168.56.1:6653&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        Controller &quot;tcp:192.168.56.1&quot;&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port &quot;tunf254f384c8a&quot;&lt;br/&gt;
            Interface &quot;tunf254f384c8a&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: &lt;/p&gt;
{key=flow, local_ip=&quot;30.1.1.200&quot;, remote_ip=&quot;30.1.1.100&quot;}&lt;br/&gt;
        Port br-int&lt;br/&gt;
            Interface br-int&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port &quot;tun1334ce172bd&quot;&lt;br/&gt;
            Interface &quot;tun1334ce172bd&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: {key=flow, local_ip=&quot;30.1.1.100&quot;, remote_ip=&quot;30.1.1.200&quot;}&lt;br/&gt;
        Port &quot;tapdb966c7d-43&quot;&lt;br/&gt;
            Interface &quot;tapdb966c7d-43&quot;&lt;br/&gt;
    ovs_version: &quot;2.5.0&quot;&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
SWITCH2:&lt;br/&gt;
&lt;br/&gt;
stack@u14-bgpvpn-ctrl-mitaka2:~/devstack$ sudo ovs-vsctl show&lt;br/&gt;
f6d0e0fc-3690-476c-bdb2-5457964a91d7&lt;br/&gt;
    Manager &quot;tcp:192.168.56.1:6640&quot;&lt;br/&gt;
        is_connected: true&lt;br/&gt;
    Bridge br-ex&lt;br/&gt;
        Port br-ex&lt;br/&gt;
            Interface br-ex&lt;br/&gt;
                type: internal&lt;br/&gt;
    Bridge br-tun&lt;br/&gt;
        Port br-tun&lt;br/&gt;
            Interface br-tun&lt;br/&gt;
                type: internal&lt;br/&gt;
    Bridge br-int&lt;br/&gt;
        Controller &quot;tcp:192.168.56.1:6653&quot;&lt;br/&gt;
        Controller &quot;tcp:192.168.56.1&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port &quot;tunf254f384c8a&quot;&lt;br/&gt;
            Interface &quot;tunf254f384c8a&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: {key=flow, local_ip=&quot;30.1.1.200&quot;, remote_ip=&quot;30.1.1.100&quot;}
&lt;p&gt;        Port &quot;tun1334ce172bd&quot;&lt;br/&gt;
            Interface &quot;tun1334ce172bd&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: &lt;/p&gt;
{key=flow, local_ip=&quot;30.1.1.100&quot;, remote_ip=&quot;30.1.1.200&quot;}
&lt;p&gt;        Port br-int&lt;br/&gt;
            Interface br-int&lt;br/&gt;
                type: internal&lt;br/&gt;
    ovs_version: &quot;2.5.0&quot;&lt;/p&gt;


&lt;p&gt;Attached curated karaf logs from this run with TRACE enabled on ovsdb.southbound.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/netvirt-csit-1node-openstack-newton-jamodebug-upstream-transparent-carbon/2/archives/robot-plugin/log.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/netvirt-csit-1node-openstack-newton-jamodebug-upstream-transparent-carbon/2/archives/robot-plugin/log.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22081">OVSDB-389</key>
            <summary>OVSDB southbound installs tunnel ports on all connected switches</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="thapar">Vishal Thapar</assignee>
                                    <reporter username="thapar">Vishal Thapar</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Dec 2016 17:19:35 +0000</created>
                <updated>Mon, 30 Oct 2017 19:53:32 +0000</updated>
                            <resolved>Sun, 25 Dec 2016 04:40:17 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Southbound.Open_vSwitch</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="41604" author="thapar" created="Tue, 20 Dec 2016 17:19:35 +0000"  >&lt;p&gt;Attachment ovsdb-trace-karaf.log has been added with description: curated ovsdb.southbound TRACE logs&lt;/p&gt;</comment>
                            <comment id="41602" author="thapar" created="Wed, 21 Dec 2016 06:22:56 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/49680/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/49680/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41603" author="thapar" created="Sun, 25 Dec 2016 04:40:17 +0000"  >&lt;p&gt;Boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/49730/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/49730/&lt;/a&gt;&lt;br/&gt;
Validation CSIT: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/49765/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/49765/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12919" name="ovsdb-trace-karaf.log" size="219853" author="vishal.thapar@ericsson.com" created="Tue, 20 Dec 2016 17:19:35 +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>7414</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=7414]]></customfieldvalue>

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

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