<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:06 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-258] VM to DHCP ping is failed with default SG associated to VM instance</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-258</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;issue scenario:&lt;br/&gt;
  when VM is spawned with Default SG.&lt;br/&gt;
  ping from VM instance to DCHP IP is not working.&lt;/p&gt;


&lt;p&gt;steps to reproduce the Bug:&lt;br/&gt;
  1.create network(10.0.0.0/24) using openstack.&lt;br/&gt;
  2.create VM instance(10.0.0.3) with Default SG.&lt;br/&gt;
  3.login to the VM instance.&lt;br/&gt;
  4.Try ping DHCP IP(10.0.0.2) here ping is failed.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20179">NETVIRT-258</key>
            <summary>VM to DHCP ping is failed with default SG associated to VM instance</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="balakrishnan">balakrishnan k</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Nov 2016 06:09:43 +0000</created>
                <updated>Mon, 8 Apr 2019 16:58:30 +0000</updated>
                            <resolved>Wed, 14 Dec 2016 06:26:30 +0000</resolved>
                                    <version>Boron</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="36690" author="eric.w.multanen@intel.com" created="Mon, 14 Nov 2016 05:33:56 +0000"  >&lt;p&gt;This looks like same issue i&apos;ve been debugging for Openstack tempest scenario tests of networking-odl.&lt;/p&gt;

&lt;p&gt;The  test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops&lt;br/&gt;
test was failing due to not being able to ping the DHCP namespace.&lt;/p&gt;

&lt;p&gt;See gerrit:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/48301&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/48301&lt;/a&gt; &lt;br/&gt;
  &lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-258&quot; title=&quot;VM to DHCP ping is failed with default SG associated to VM instance&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETVIRT-258&quot;&gt;&lt;del&gt;NETVIRT-258&lt;/del&gt;&lt;/a&gt; - VM to DHCP ping not working with default SG&lt;/p&gt;

&lt;p&gt;for a patch which allows the test to pass.&lt;/p&gt;</comment>
                            <comment id="36691" author="eric.w.multanen@intel.com" created="Tue, 15 Nov 2016 07:35:25 +0000"  >&lt;p&gt;I have observed in my setup, that the DCHP port has &apos;port_security_enabled&apos; set to False.  It was created that way by Neutron.&lt;/p&gt;

&lt;p&gt;Whereas, the VM port has &apos;port_security_enabled&apos; and the default security groups.&lt;/p&gt;

&lt;p&gt;Since the DHCP port does not have a security group, it does not match the remote security group of the default ingress rule for the VM port.  Therefore, the ping replies from the DHCP port to the VM are dropped.  That appears to be what is happening now.&lt;/p&gt;

&lt;p&gt;I suppose the correct default behavior should be that the VM port should accept ingress traffic from other members of the VM&apos;s default security group &apos;AND&apos; ports on the same tenant network with port security disabled.&lt;/p&gt;

&lt;p&gt;That is based on the assumptions that:&lt;br/&gt;
1. neutron setting dhcp port security to disabled is correct and intended&lt;br/&gt;
2. tempest scenario tests that do this type of ping from vm to dhcp port without adding any additional security group rules are expected to pass (e.g. tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic)&lt;/p&gt;

&lt;p&gt;Any thoughts or comments?&lt;/p&gt;

&lt;p&gt;This is my first dive into security group details, so not sure my understanding is fully correct yet.&lt;/p&gt;</comment>
                            <comment id="36692" author="balakrishnan" created="Wed, 14 Dec 2016 06:26:30 +0000"  >&lt;p&gt;fixed in&lt;br/&gt;
Boron : &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/48720/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/48720/&lt;/a&gt;   &lt;br/&gt;
Master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/49008/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/49008/&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>7128</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=7128]]></customfieldvalue>

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

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