<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:39 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>[NEUTRON-137] GET returns a different value than what was used for input[POST].</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-137</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description></description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26699">NEUTRON-137</key>
            <summary>GET returns a different value than what was used for input[POST].</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="ritu.sood@intel.com">Ritu Sood</assignee>
                                    <reporter username="pramod.raghavendra.jayathirth@intel.com">Pramod Raghavendra Jayathirth</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Sep 2016 23:08:08 +0000</created>
                <updated>Mon, 19 Sep 2016 21:11:10 +0000</updated>
                            <resolved>Mon, 19 Sep 2016 21:11:10 +0000</resolved>
                                    <version>master</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="53613" author="pramod.raghavendra.jayathirth@intel.com" created="Fri, 16 Sep 2016 23:09:59 +0000"  >&lt;p&gt;The postman collection used to make REST calls to the ODL neutron northbound&lt;/p&gt;</comment>
                            <comment id="53615" author="pramod.raghavendra.jayathirth@intel.com" created="Fri, 16 Sep 2016 23:09:59 +0000"  >&lt;p&gt;Attachment Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json has been added with description: SFC Postman collection&lt;/p&gt;</comment>
                            <comment id="53614" author="pramod.raghavendra.jayathirth@intel.com" created="Fri, 16 Sep 2016 23:13:37 +0000"  >&lt;p&gt;The GET calls returns a different value than the value, which was used during the POST.&lt;/p&gt;

&lt;p&gt;The data (collection) used during the POST call.&lt;/p&gt;

&lt;p&gt;&quot;&quot;{&lt;br/&gt;
    &quot;flowclassifier&quot;:{&lt;br/&gt;
    &quot;id&quot;: &quot;444e5957-649f-477b-9e5b-f1f75b21c03c&quot;,&lt;br/&gt;
    &quot;name&quot;: &quot;fc1&quot;, &lt;br/&gt;
    &quot;ethertype&quot;: &quot;IPv4&quot;, &lt;br/&gt;
    &quot;protocol&quot;: &quot;UDP&quot;, &lt;br/&gt;
    &quot;source_port_range_min&quot;: 100, &lt;br/&gt;
    &quot;source_port_range_max&quot;: 200, &lt;br/&gt;
    &quot;destination_port_range_min&quot;: 100, &lt;br/&gt;
    &quot;destination_port_range_max&quot;: 200, &lt;br/&gt;
    &quot;source_ip_prefix&quot;: &quot;10.0.0.0/24&quot;, &lt;br/&gt;
    &quot;destination_ip_prefix&quot;: &quot;11.0.0.0/24&quot;, &lt;br/&gt;
    &quot;logical_source_port&quot;: &quot;5e8e5957-649f-477b-9e5b-f1f75b21c03c&quot;, &lt;br/&gt;
    &quot;logical_destination_port&quot;: &quot;6e8e5957-649f-477b-9e5b-f1f75b21c03c&quot;, &lt;br/&gt;
    &quot;l7_parameters&quot;: [&lt;/p&gt;
        {
            &quot;key&quot;:&quot;value&quot;
        }
&lt;p&gt;     ],&lt;br/&gt;
     &quot;tenant_id&quot;:&quot;4969c491a3c74ee4af974e6d800c62de&quot;&lt;br/&gt;
    }&lt;/p&gt;

&lt;p&gt;} &quot;&quot;&lt;/p&gt;


&lt;p&gt;The data (collection) received during the GET call&lt;/p&gt;

&lt;p&gt;&quot;&quot;&lt;br/&gt;
{&lt;br/&gt;
  &quot;flowclassifiers&quot;: [&lt;br/&gt;
    {&lt;br/&gt;
      &quot;id&quot;: &quot;444e5957-649f-477b-9e5b-f1f75b21c03d&quot;,&lt;br/&gt;
      &quot;tenant_id&quot;: &quot;4969c491a3c74ee4af974e6d800c62de&quot;,&lt;br/&gt;
      &quot;name&quot;: &quot;fc1&quot;,&lt;br/&gt;
      &quot;ethertype&quot;: &quot;IPv4&quot;,&lt;br/&gt;
      &quot;protocol&quot;: &quot;UDP&quot;,&lt;br/&gt;
      &quot;source_port_range_min&quot;: 100,&lt;br/&gt;
      &quot;source_port_range_max&quot;: 200,&lt;br/&gt;
      &quot;destination_port_range_min&quot;: 100,&lt;br/&gt;
      &quot;destination_port_range_max&quot;: 200,&lt;br/&gt;
      &quot;source_ip_prefix&quot;: &quot;10.0.0.0/24&quot;,&lt;br/&gt;
      &quot;destination_ip_prefix&quot;: &quot;IpPrefix [_ipv4Prefix=Ipv4Prefix &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=11.0.0.0/24&amp;#93;&lt;/span&gt;]&quot;,&lt;br/&gt;
      &quot;logical_source_port&quot;: &quot;5e8e5957-649f-477b-9e5b-f1f75b21c03c&quot;,&lt;br/&gt;
      &quot;logical_destination_port&quot;: &quot;6e8e5957-649f-477b-9e5b-f1f75b21c03c&quot;,&lt;br/&gt;
      &quot;Map&quot;: &lt;/p&gt;
{
        &quot;key&quot;: &quot;value&quot;
      }
&lt;p&gt;    },&lt;br/&gt;
&quot;&quot;.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13765" name="Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json" size="23855" author="pramod.raghavendra.jayathirth@intel.com" created="Fri, 16 Sep 2016 23:09:59 +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>6736</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=6736]]></customfieldvalue>

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

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