<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:04 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-242] Sg - Missing rules for replace vm Sg operation</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-242</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Note&lt;br/&gt;
*****&lt;br/&gt;
Defect found as continuation to other test&lt;br/&gt;
Action 1&lt;br/&gt;
********&lt;br/&gt;
Previous test Actions:&lt;br/&gt;
Lunch 2 vms in same network and different Hosts:vm_x(Sg1=egress for Tcp 80),vm_y(Sg2=All protocol - ingress&amp;amp;Egress).&lt;br/&gt;
Try to open wget from vm_x-&amp;gt;vm_y,Add rule for exist Sg1 :egress for All_Tcp,wget and ssh from vm_x-&amp;gt;vm_y.&lt;br/&gt;
Action2&lt;br/&gt;
********&lt;br/&gt;
Create new SG3:All Icmp+All Tcp+All Udp.(for All ingress&amp;amp;Egress)&lt;br/&gt;
Deassosiate Exit Sg from vm_x and Associate new SG3.&lt;br/&gt;
verify udp,Tcp,icmp work from vm_x to vm_y&lt;/p&gt;

&lt;p&gt;Resault&lt;br/&gt;
*******&lt;br/&gt;
only Tcp packets flows(I try tcp 22 and tcp 80)&lt;/p&gt;

&lt;p&gt;**View Ovs rules for vm_x(The one which Sg update on) - only Tcp 80 and All Tcp exist in table 40&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20163">NETVIRT-242</key>
            <summary>Sg - Missing rules for replace vm Sg operation</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="zan.cohen@hpe.com">zan cohen</reporter>
                        <labels>
                    </labels>
                <created>Sun, 6 Nov 2016 17:27:20 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:57 +0000</updated>
                            <resolved>Wed, 21 Dec 2016 08:49:38 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="36657" author="zan.cohen@hpe.com" created="Sun, 6 Nov 2016 17:28:59 +0000"  >&lt;p&gt;Ovs Rules for table 42&lt;br/&gt;
************************&lt;br/&gt;
root@devstack-man21-zan:~# ovs-ofctl dump-flows -OOpenFlow13  br-int  | grep table=42&lt;br/&gt;
 cookie=0x6900000, duration=18542.889s, table=42, n_packets=64, n_bytes=10716, priority=61010,reg5=0x1 actions=resubmit(,17)&lt;br/&gt;
 cookie=0x6900000, duration=7232.212s, table=42, n_packets=19, n_bytes=1406, priority=61010,tcp,metadata=0x40000000000/0x1fffff0000000000,tp_dst=80 actions=learn(table=252,idle_timeout=18000,fin_idle_timeout=300,priority=61010,cookie=0x6900000,eth_type=0x800,nw_proto=6,NXM_OF_IP_SRC[]=NXM_OF_IP_DST[],NXM_OF_TCP_SRC[]=NXM_OF_TCP_DST[],NXM_OF_IP_DST[]=NXM_OF_IP_SRC[],NXM_OF_TCP_DST[]=NXM_OF_TCP_SRC[],load:0x1-&amp;gt;NXM_NX_REG5&lt;span class=&quot;error&quot;&gt;&amp;#91;0..7&amp;#93;&lt;/span&gt;),resubmit(,17)&lt;br/&gt;
 cookie=0x6900000, duration=6460.888s, table=42, n_packets=70, n_bytes=10654, priority=61010,tcp,metadata=0x40000000000/0x1fffff0000000000 actions=learn(table=252,idle_timeout=300,priority=61010,cookie=0x6900000,eth_type=0x800,NXM_OF_IP_SRC[]=NXM_OF_IP_DST[],NXM_OF_IP_DST[]=NXM_OF_IP_SRC[],NXM_OF_IP_PROTO[],load:0x1-&amp;gt;NXM_NX_REG5&lt;span class=&quot;error&quot;&gt;&amp;#91;0..7&amp;#93;&lt;/span&gt;),resubmit(,17)&lt;br/&gt;
 cookie=0x6900000, duration=18542.888s, table=42, n_packets=117, n_bytes=10885, priority=0 actions=drop&lt;/p&gt;</comment>
                            <comment id="36658" author="zan.cohen@hpe.com" created="Mon, 7 Nov 2016 09:03:21 +0000"  >&lt;p&gt;see Attach Karaf logs from date 6/11/2016&lt;/p&gt;</comment>
                            <comment id="36661" author="zan.cohen@hpe.com" created="Mon, 7 Nov 2016 09:04:18 +0000"  >&lt;p&gt;Attachment xab.zipx has been added with description: Karaf logs&lt;/p&gt;</comment>
                            <comment id="36659" author="zan.cohen@hpe.com" created="Tue, 8 Nov 2016 15:19:35 +0000"  >&lt;p&gt;Scenario2&lt;br/&gt;
2 vm&apos;s allocate to sg1 and sg2 with icmp only (in&amp;amp;eg).&lt;br/&gt;
create and replace both sg to new sg with  icmp+udp+tcp.(in that case i saw in defect that tcp and udp rules doesn&apos;t update)&lt;/p&gt;</comment>
                            <comment id="36660" author="slava.radune@hpe.com" created="Tue, 20 Dec 2016 10:43:58 +0000"  >&lt;p&gt;Doesn&apos;t reproduce for. Everything seems to be fine.&lt;br/&gt;
Maybe this bug happened with Mitaka OS, and now I am trying it with Newton OS.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12292" name="xab.zipx" size="552111" author="zan.cohen@hpe.com" created="Mon, 7 Nov 2016 09:04:18 +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>7095</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=7095]]></customfieldvalue>

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

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