<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:48: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>[VTN-129] Issue with fetching VTN dataflows for vlanmapping</title>
                <link>https://jira.opendaylight.org/browse/VTN-129</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;Issue:When fetching vtn dataflows for vlanmap in vbridge.&lt;/p&gt;

&lt;p&gt;This issue occurs in Lithium and Beryllium Releases&lt;/p&gt;

&lt;p&gt;REPRODUCE SCENARIO:&lt;/p&gt;

&lt;p&gt;Controller:&lt;/p&gt;

&lt;p&gt;curl -v --user admin:adminpass -H &apos;content-type: application/json&apos; -X POST -d &apos;{&quot;controller&quot;: {&quot;controller_id&quot;: &quot;controllerone&quot;, &quot;ipaddr&quot;:&quot;10.106.138.191&quot;, &quot;type&quot;: &quot;odc&quot;,&quot;version&quot;: &quot;1.0&quot;, &quot;auditstatus&quot;:&quot;enable&quot;}}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/controllers.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/controllers.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VTN:&lt;/p&gt;

&lt;p&gt;curl -v -X POST -H &apos;content-type: application/json&apos; -H &apos;username: admin&apos; -H &apos;password: adminpass&apos; -d &apos;{&quot;vtn&quot; : {&quot;vtn_name&quot;:&quot;vtn1&quot;,&quot;description&quot;:&quot;test VTN&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VBRIDGE:&lt;/p&gt;


&lt;p&gt;curl -v -X POST -H &apos;content-type: application/json&apos; -H &apos;username: admin&apos; -H &apos;password: adminpass&apos; -d &apos;{&quot;vbridge&quot; : {&quot;vbr_name&quot;:&quot;vBridge2&quot;,&quot;controller_id&quot;:&quot;controllerone&quot;,&quot;domain_id&quot;:&quot;(DEFAULT)&quot; }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges.json&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;VLANAMP:&lt;/p&gt;

&lt;p&gt;curl -v -X POST -H &apos;content-type: application/json&apos; -H &apos;username: admin&apos; -H &apos;password: adminpass&apos; -d &apos;{&quot;vlanmap&quot; : {&quot;vlan_id&quot;: 300 }}&apos; &lt;a href=&quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges/vBridge2/vlanmaps.json&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges/vBridge2/vlanmaps.json&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;DATAFLOWS:&lt;/p&gt;

&lt;p&gt;curl -v -X GET -H &apos;content-type: application/json&apos; --user &apos;admin:adminpass&apos; -H &apos;ipaddr:127.0.0.1&apos; &quot;http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/dataflows?vnode_name=vBridge2&amp;amp;srcmacaddr=f64c.3e8c.49ef&amp;amp;vlan_id=300&quot;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;About to connect() to 127.0.0.1 port 8083 (#0)&lt;/li&gt;
	&lt;li&gt;Trying 127.0.0.1... connected&lt;/li&gt;
	&lt;li&gt;Connected to 127.0.0.1 (127.0.0.1) port 8083 (#0)&lt;/li&gt;
	&lt;li&gt;Server auth using Basic with user &apos;admin&apos;&lt;br/&gt;
&amp;gt; GET /vtn-webapi/dataflows?controller_id=controllerone&amp;amp;srcmacaddr=f64c.3e8c.49ef&amp;amp;vlan_id=300&amp;amp;switch_id=openflow:2&amp;amp;port_name=s2-eth2 HTTP/1.1&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW5wYXNz&lt;br/&gt;
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2&lt;br/&gt;
&amp;gt; Host: 127.0.0.1:8083&lt;br/&gt;
&amp;gt; Accept: &lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
&amp;gt; content-type: application/json&lt;br/&gt;
&amp;gt; ipaddr:127.0.0.1&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;lt; HTTP/1.1 500 Internal server error&lt;br/&gt;
&amp;lt; Server: Apache-Coyote/1.1&lt;br/&gt;
&amp;lt; Content-Type: application/json;charset=UTF-8&lt;br/&gt;
&amp;lt; Content-Length: 554&lt;br/&gt;
&amp;lt; Date: Fri, 25 Mar 2016 17:58:45 GMT&lt;br/&gt;
&amp;lt;&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 127.0.0.1 left intact&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;OCCURANCE: Every time we fetch the vtn dataflows for vlanmapping with no interface present in the configuration.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26509">VTN-129</key>
            <summary>Issue with fetching VTN dataflows for vlanmapping</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="-1">Unassigned</assignee>
                                    <reporter username="yogalakshmi.pa@hcl.com">YOGA LAKSHMI SWETHA PAYYAVULA</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Mar 2016 09:53:06 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:16 +0000</updated>
                            <resolved>Mon, 18 Apr 2016 12:04:18 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>ODC Driver</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="53112" author="yogalakshmi.pa@hcl.com" created="Mon, 18 Apr 2016 10:05:23 +0000"  >&lt;p&gt;The patch for this patch has been pushed and merged in &lt;/p&gt;

&lt;p&gt;Master:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/37256/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/37256/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Stable/Be:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/37461&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/37461&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>5609</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=5609]]></customfieldvalue>

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

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