<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:29 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-74] protocol field in security group rule is lower case of imcp, icmpv6, tcp and udp</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-74</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;protocol field in security group rule is lower case of imcp, icmpv6, tcp and udp&lt;br/&gt;
This is defined in neutron/extension/securitygroup.py&lt;/p&gt;

&lt;p&gt;The following is the packet capture.&lt;br/&gt;
POST /controller/nb/v2/neutron/security-group-rules HTTP/1.1&lt;br/&gt;
Host: 143.183.96.62:8087&lt;br/&gt;
Content-Length: 397&lt;br/&gt;
Accept-Encoding: gzip, deflate&lt;br/&gt;
Accept: &lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
User-Agent: python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-63-generic&lt;br/&gt;
Connection: keep-alive&lt;br/&gt;
Content-Type: application/json&lt;br/&gt;
Authorization: Basic YWRtaW46YWRtaW4=&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;security_group_rule&quot;: &lt;/p&gt;
{
    &quot;remote_group_id&quot;: null, 
    &quot;direction&quot;: &quot;ingress&quot;, 
    &quot;remote_ip_prefix&quot;: null, 
    &quot;protocol&quot;: &quot;tcp&quot;, 
    &quot;ethertype&quot;: &quot;IPv4&quot;, 
    &quot;tenant_id&quot;: &quot;6f25fa70b0e547d8aab2f68ea4c138fd&quot;, 
    &quot;port_range_max&quot;: 81, 
    &quot;port_range_min&quot;: 80, 
    &quot;id&quot;: &quot;1fbe4810-e2a6-4d8a-ab0d-553dc5345a44&quot;, 
    &quot;security_group_id&quot;: &quot;919bb6ed-2929-4d6e-b269-b321d59fe499&quot;
  }
&lt;p&gt;}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26636">NEUTRON-74</key>
            <summary>protocol field in security group rule is lower case of imcp, icmpv6, tcp and udp</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="abbas.pareedkunju@tcs.com">Abbas P Pareedkunju</assignee>
                                    <reporter username="yamahata">Isaku Yamahata</reporter>
                        <labels>
                    </labels>
                <created>Wed, 30 Sep 2015 16:40:37 +0000</created>
                <updated>Wed, 1 Jun 2016 01:19:34 +0000</updated>
                            <resolved>Wed, 1 Jun 2016 01:19:34 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>transcriber</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53454" author="yamahata" created="Wed, 30 Sep 2015 16:42:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27675/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53455" author="abbas.pareedkunju@tcs.com" created="Tue, 31 May 2016 09:10:56 +0000"  >&lt;p&gt;Hi Isaku,&lt;/p&gt;

&lt;p&gt;I could see the patch you have submitted has been abandoned. But the latest code as on today has the fix available.&lt;/p&gt;


&lt;p&gt;    private static final ImmutableBiMap&amp;lt;Class&amp;lt;? extends ProtocolBase&amp;gt;,String&amp;gt; PROTOCOL_MAP&lt;br/&gt;
            = new ImmutableBiMap.Builder&amp;lt;Class&amp;lt;? extends ProtocolBase&amp;gt;,String&amp;gt;()&lt;br/&gt;
            .put(ProtocolIcmp.class,&quot;icmp&quot;)&lt;br/&gt;
            .put(ProtocolTcp.class,&quot;tcp&quot;)&lt;br/&gt;
            .put(ProtocolUdp.class,&quot;udp&quot;)&lt;br/&gt;
            .put(ProtocolIcmpV6.class,&quot;icmpv6&quot;)&lt;br/&gt;
            .build();&lt;/p&gt;


&lt;p&gt;Can I close this bug in this case?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Abbas&lt;/p&gt;</comment>
                            <comment id="53456" author="yamahata" created="Wed, 1 Jun 2016 01:19:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27674/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27674/&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>4383</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=4383]]></customfieldvalue>

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

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