<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:22:20 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>[NETVIRT-734] ICMP type-code is not set using CLI command</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-734</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Steps:&lt;br/&gt;
1. Create Security groups,&lt;br/&gt;
   openstack security group create sg1&lt;/p&gt;

&lt;p&gt;Delete default rules from sg1&lt;br/&gt;
     openstack security group rule delete &amp;lt;rule_id_ingress&amp;gt; &lt;br/&gt;
      openstack security group rule delete &amp;lt;rule_id_egress&amp;gt;&lt;/p&gt;


&lt;p&gt;2. Associate rules to SG,&lt;/p&gt;

&lt;p&gt;     openstack security group rule create --ingress --protocol icmp --icmp-type 8 --icmp-code 0 sg1&lt;br/&gt;
     openstack security group rule create --egress --protocol icmp --icmp-type 8 --icmp-code 0 sg1&lt;/p&gt;

&lt;p&gt;3. Create Network&lt;br/&gt;
      openstack network create l2_network_1 --provider-network-type vxlan&lt;/p&gt;

&lt;p&gt;      openstack subnet create --network l2_network_1 --subnet-range 30.0.0.0/24 l2_subnet_1&lt;/p&gt;

&lt;p&gt;4. Create VM&lt;br/&gt;
      openstack server create --image &amp;lt;imageID&amp;gt; --flavor m1.tiny --nic net-id=&amp;lt;networkID&amp;gt; VM1 --security-group sg1&lt;/p&gt;

&lt;p&gt;     openstack server create --image &amp;lt;imageID&amp;gt; --flavor m1.tiny --nic net-id=&amp;lt;networkID&amp;gt; VM2 --security-group sg1&lt;/p&gt;

&lt;p&gt;Execute Ping communication between VMs&lt;/p&gt;


&lt;p&gt;Observation: Rule is created as 8-None under Port range column.&lt;br/&gt;
Expected: Has to by 8-0&lt;/p&gt;

&lt;p&gt;Note: Works correct using horizon.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20655">NETVIRT-734</key>
            <summary>ICMP type-code is not set using CLI command</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="arthi.b@hcl.com">Arthi Bhattacharjee</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Jun 2017 11:41:21 +0000</created>
                <updated>Thu, 19 Oct 2017 21:29:12 +0000</updated>
                            <resolved>Wed, 18 Oct 2017 13:22:03 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="37990" author="arthi.b@hcl.com" created="Fri, 16 Jun 2017 11:41:21 +0000"  >&lt;p&gt;Attachment type-code.PNG has been added with description: type-code&lt;/p&gt;</comment>
                            <comment id="37987" author="vinh.nguyen@hcl.com" created="Tue, 11 Jul 2017 23:22:43 +0000"  >&lt;p&gt;This is an openstack issue, not netvirt.&lt;br/&gt;
I just created a bug report in python-openstackclient:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugs.launchpad.net/python-openstackclient/+bug/1703704&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.launchpad.net/python-openstackclient/+bug/1703704&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Arthi, does this issue has any impact to ODL SG processing? What is the type_code value when it comes to ODL programIcmpFlow?&lt;/p&gt;</comment>
                            <comment id="37988" author="arthi.b@hcl.com" created="Thu, 13 Jul 2017 13:29:30 +0000"  >&lt;p&gt;Yes. It affects SG processing. When ICMP type-code 8 and 0 are given through CLI, flows are not added to the dump-flows. &lt;br/&gt;
And also, below is the neuron config datastore. Where, &amp;lt;port-range-max&amp;gt;...&amp;lt;/port-range-max&amp;gt; is missing. &lt;/p&gt;

&lt;p&gt;&amp;lt;security-rule&amp;gt;&lt;br/&gt;
    &amp;lt;uuid&amp;gt;351e6008-0c01-4ca0-898d-681565fe3769&amp;lt;/uuid&amp;gt;&lt;br/&gt;
    &amp;lt;remote-ip-prefix&amp;gt;0.0.0.0/0&amp;lt;/remote-ip-prefix&amp;gt;&lt;br/&gt;
    &amp;lt;ethertype xmlns:x=&quot;urn:opendaylight:neutron-constants&quot;&amp;gt;x:ethertype-v4&amp;lt;/ethertype&amp;gt;&lt;br/&gt;
    &amp;lt;protocol&amp;gt;&lt;br/&gt;
    (urn:opendaylight:neutron-constants?revision=2015-07-12)protocol-icmp&lt;br/&gt;
    &amp;lt;/protocol&amp;gt;&lt;br/&gt;
    &amp;lt;port-range-min&amp;gt;8&amp;lt;/port-range-min&amp;gt;&lt;br/&gt;
    &amp;lt;direction xmlns:x=&quot;urn:opendaylight:neutron-constants&quot;&amp;gt;x:direction-egress&amp;lt;/direction&amp;gt;&lt;br/&gt;
    &amp;lt;security-group-id&amp;gt;3cd82d43-b671-4f08-ab03-5ed7c2b8e34a&amp;lt;/security-group-id&amp;gt;&lt;br/&gt;
    &amp;lt;tenant-id&amp;gt;7c69c1eb-afde-4dca-8714-6bff070cb29f&amp;lt;/tenant-id&amp;gt;&lt;br/&gt;
&amp;lt;/security-rule&amp;gt; &lt;br/&gt;
While checking horizon, it says, 8-None. Whereas, it has to be 8-0.&lt;/p&gt;</comment>
                            <comment id="37989" author="gvrangan" created="Wed, 18 Oct 2017 13:22:03 +0000"  >&lt;p&gt;Patch Fixed in Openstack Client&lt;br/&gt;
&lt;a href=&quot;https://review.openstack.org/#/c/505890/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.openstack.org/#/c/505890/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can get the latest version of python-openstackclient and try out the same.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12533" name="type-code.PNG" size="63100" author="arthi.b@hcl.com" created="Fri, 16 Jun 2017 11:41:21 +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>8703</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=8703]]></customfieldvalue>

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

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