<!-- 
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-73] Protocol field missing from security_group_rules</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-73</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Protocol field is missing from security_group_rules causing custom Security group flows (say TCP or UDP) not to be added.&lt;/p&gt;

&lt;p&gt;Build used : latest beryllium builds&lt;/p&gt;

&lt;p&gt;Failed condition:&lt;br/&gt;
      security_group_rules&quot; : [ &lt;/p&gt;
{
         &quot;id&quot; : &quot;7d41a140-52f8-400e-b5fc-ce27e320f9ff&quot;,
         &quot;tenant_id&quot; : &quot;2d6fe2d12cc0416482dd3baa7ed74215&quot;,
         &quot;direction&quot; : &quot;ingress&quot;,
         &quot;ethertype&quot; : &quot;IPv4&quot;,
         &quot;remote_ip_prefix&quot; : &quot;0.0.0.0/0&quot;,
         &quot;security_group_id&quot; : &quot;fb241f70-d8ec-4388-aed3-93be500521a6&quot;
      }
&lt;p&gt;,&lt;/p&gt;


&lt;p&gt;Passed condition:&lt;br/&gt;
      security_group_rules&quot; : [ &lt;/p&gt;
{
         &quot;id&quot; : &quot;7d41a140-52f8-400e-b5fc-ce27e320f9ff&quot;,
         &quot;tenant_id&quot; : &quot;2d6fe2d12cc0416482dd3baa7ed74215&quot;,
         &quot;direction&quot; : &quot;ingress&quot;,
         &quot;protocol&quot; : &quot;udp&quot;,
         &quot;port_range_min&quot; : 888,
         &quot;port_range_max&quot; : 888,
         &quot;ethertype&quot; : &quot;IPv4&quot;,
         &quot;remote_ip_prefix&quot; : &quot;0.0.0.0/0&quot;,
         &quot;security_group_id&quot; : &quot;fb241f70-d8ec-4388-aed3-93be500521a6&quot;
      }
&lt;p&gt;,&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26635">NEUTRON-73</key>
            <summary>Protocol field missing from security_group_rules</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="aswins">Aswin Suryanarayanan</assignee>
                                    <reporter username="rijilabraham@gmail.com">Rijil Abraham</reporter>
                        <labels>
                    </labels>
                <created>Wed, 30 Sep 2015 10:42:43 +0000</created>
                <updated>Thu, 3 May 2018 14:35:35 +0000</updated>
                            <resolved>Fri, 16 Oct 2015 10:02:57 +0000</resolved>
                                    <version>master</version>
                                                    <component>transcriber</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="53452" author="yamahata" created="Wed, 30 Sep 2015 16:43:27 +0000"  >&lt;p&gt;Can you try this patch?&lt;br/&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="53453" author="yamahata" created="Fri, 2 Oct 2015 15:51:25 +0000"  >&lt;p&gt;I tested the keyword icmpv6 and observed that icmpv6 is allowed.&lt;/p&gt;


&lt;p&gt;neutron security-group-create sg-icmpv6-test&lt;br/&gt;
neutron security-group-rule-create --ethertype IPv6 --protocol ICMPv6 sg-icmpv6-test&lt;/p&gt;

&lt;p&gt;POST /controller/nb/v2/neutron/security-group-rules HTTP/1.1&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;icmpv6&quot;, 
    &quot;ethertype&quot;: &quot;IPv6&quot;, 
    &quot;tenant_id&quot;: &quot;6f25fa70b0e547d8aab2f68ea4c138fd&quot;, 
    &quot;port_range_max&quot;: null, 
    &quot;port_range_min&quot;: null, 
    &quot;id&quot;: &quot;d8f5cc79-1ecb-4b53-828f-324d410ac8f6&quot;, 
    &quot;security_group_id&quot;: &quot;2938e77f-7730-4f37-8e4c-e0f4508c7436&quot;
  }
&lt;p&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>4379</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=4379]]></customfieldvalue>

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

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