<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:11 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-288] OVS egress table (220) contains stale rules that send the packet to the wrong port</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-288</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;when we reload the vm (meaning it was created in the past but was removed),&lt;br/&gt;
it (the vm) didn&apos;t get replay from the dhcp due to old rules thus not getting ip.&lt;/p&gt;

&lt;p&gt;you can look at the file attached below in table 220 there are conflicting rules one of them is old (you can see by the duration), both rules match on the reg &quot;reg6=0x2200&quot; but the action is different. because the old rule has higher priority the packet continue to the wrong port.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20209">NETVIRT-288</key>
            <summary>OVS egress table (220) contains stale rules that send the packet to the wrong port</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="k.faseela">Faseela K</assignee>
                                    <reporter username="tal.rosenzweig@hpe.com">Tal Rosenzweig</reporter>
                        <labels>
                    </labels>
                <created>Tue, 22 Nov 2016 14:11:33 +0000</created>
                <updated>Thu, 3 May 2018 14:37:00 +0000</updated>
                            <resolved>Mon, 12 Dec 2016 06:46:15 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="36781" author="tal.rosenzweig@hpe.com" created="Tue, 22 Nov 2016 14:11:33 +0000"  >&lt;p&gt;Attachment oldflows.txt has been added with description: flows rules on each table&lt;/p&gt;</comment>
                            <comment id="36765" author="alonko@hpe.com" created="Tue, 22 Nov 2016 14:26:21 +0000"  >&lt;p&gt;reducing severity pending explanation of OpenStack scenario done and what&apos;s not working.. I don&apos;t see the problem you mentioned in the attached flow dump&lt;/p&gt;</comment>
                            <comment id="36766" author="tal.rosenzweig@hpe.com" created="Tue, 22 Nov 2016 14:54:01 +0000"  >&lt;p&gt;openstack scenario - &lt;br/&gt;
create vm, delete vm, recreate same vm, vm dosent get dhcp replay (no ip).&lt;/p&gt;

&lt;p&gt;the problem - &lt;br/&gt;
if the vm has no ip it cannot connect to the net.&lt;br/&gt;
preventing full configuration for the vm thus the vm is stuck&lt;/p&gt;</comment>
                            <comment id="36782" author="tal.rosenzweig@hpe.com" created="Tue, 22 Nov 2016 14:58:50 +0000"  >&lt;p&gt;Attachment karaf.rar has been added with description: Karaf log&lt;/p&gt;</comment>
                            <comment id="36767" author="alonko@hpe.com" created="Tue, 22 Nov 2016 15:22:44 +0000"  >&lt;p&gt;It seems that the old flow reg6=0x2200 wasn&apos;t deleted when the VM was deleted, and judging by the reg value and actions I believe this was a port without security enabled on it (resulting in priority=7).&lt;/p&gt;

&lt;p&gt;Then a new port was assigned lport 0x2200, but this port has security enabled - so even though the new rules are inserted properly, the reg6=0x2200 flow now has priority=6, which is lower than the zombie flow.&lt;/p&gt;

&lt;p&gt;This is the end result of the flows:&lt;br/&gt;
 cookie=0x8000007, duration=83219.368s, table=220, n_packets=913, n_bytes=90732, priority=7,reg6=0x2200 actions=output:64&lt;br/&gt;
 cookie=0x8000007, duration=11452.879s, table=220, n_packets=0, n_bytes=0, priority=7,reg6=0xe0002200 actions=output:145&lt;br/&gt;
 cookie=0x6900000, duration=11452.879s, table=220, n_packets=0, n_bytes=0, priority=6,reg6=0x2200 actions=load:0xe0002200-&amp;gt;NXM_NX_REG6[],write_metadata:0xe000220000000000/0xfffffffffffffffe,goto_table:251&lt;/p&gt;</comment>
                            <comment id="36768" author="aswins" created="Wed, 30 Nov 2016 10:47:32 +0000"  >&lt;p&gt;@Alon,&lt;/p&gt;

&lt;p&gt;As you stated it should be a port without port security and the flow deletion failed for it and thus having two conflicting flows. This needs to be fixed in the service handling the ouput flow may be in genius?&lt;/p&gt;</comment>
                            <comment id="36769" author="faseela.k@ericsson.com" created="Wed, 30 Nov 2016 12:10:02 +0000"  >&lt;p&gt;Hi Tal,&lt;br/&gt;
  Is it possible to check if table 220 flows are getting deleted upon deletion of VM?&lt;br/&gt;
Thanks,&lt;br/&gt;
Faseela&lt;/p&gt;</comment>
                            <comment id="36770" author="tal.rosenzweig@hpe.com" created="Wed, 30 Nov 2016 12:16:23 +0000"  >&lt;p&gt;(In reply to Faseela K from comment #6)&lt;br/&gt;
&amp;gt; Hi Tal,&lt;br/&gt;
&amp;gt;   Is it possible to check if table 220 flows are getting deleted upon&lt;br/&gt;
&amp;gt; deletion of VM?&lt;br/&gt;
&amp;gt; Thanks,&lt;br/&gt;
&amp;gt; Faseela&lt;/p&gt;

&lt;p&gt;Hi Faseela,&lt;br/&gt;
usually the flow is deleted upon vm deletion,&lt;br/&gt;
but this specific time it seems the flow in table 220 wasn&apos;t.&lt;/p&gt;</comment>
                            <comment id="36771" author="faseela.k@ericsson.com" created="Thu, 1 Dec 2016 12:00:07 +0000"  >&lt;p&gt;Hi Tal,&lt;br/&gt;
  Is it possible to get the interface uuid for the problematic interface which output to port 251, or atleast the tap port name?&lt;/p&gt;</comment>
                            <comment id="36772" author="alonko@hpe.com" created="Thu, 1 Dec 2016 12:01:22 +0000"  >&lt;p&gt;unbindService() should be called on interface-config DCN.&lt;/p&gt;</comment>
                            <comment id="36773" author="aswins" created="Thu, 1 Dec 2016 12:09:15 +0000"  >&lt;p&gt;@Alon,&lt;/p&gt;

&lt;p&gt;Thhe unbind service in interface-config is for the  issue we see in the CSIT. This is due to a different reason.&lt;/p&gt;</comment>
                            <comment id="36774" author="alonko@hpe.com" created="Thu, 1 Dec 2016 12:12:26 +0000"  >&lt;p&gt;(In reply to Aswin Suryanarayanan from comment #10)&lt;br/&gt;
&amp;gt; @Alon,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thhe unbind service in interface-config is for the  issue we see in the&lt;br/&gt;
&amp;gt; CSIT. This is due to a different reason.&lt;/p&gt;

&lt;p&gt;Ahh ok my bad, thanks, assigning to Faseela until we figure out more.&lt;/p&gt;</comment>
                            <comment id="36775" author="faseela.k@ericsson.com" created="Thu, 1 Dec 2016 12:39:26 +0000"  >&lt;p&gt;Hi Tal,&lt;br/&gt;
  I hope you are on the latest master code, but still to be sure, please see if you have a distribution where the below patch is merged :&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/47674/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/47674/2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From the karaf logs, I don&apos;t see the relevant logs for port 145, i see only delete calls, but no add calls for the corresponding problematic interface for table 220.&lt;/p&gt;

&lt;p&gt;***&lt;b&gt;remove 220 entry for output : port 64&lt;/b&gt;********&lt;br/&gt;
2016-11-22 09:57:12,344 | INFO  | ool-49-thread-34 | FlowBasedServicesConfigListener  | 350 - org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service Binding Entry removed for Interface: 24962fd1-c40e-4086-86a6-9e71c34e2978, Data: BoundServices{getServiceName=default.24962fd1-c40e-4086-86a6-9e71c34e2978, getServicePriority=7, getServiceType=class org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735, getFlowPriority=7, getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=ApplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=OutputAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=64&amp;#93;&lt;/span&gt;, augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}], augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;/p&gt;

&lt;p&gt;****&lt;b&gt;remove 220 entry for port 145&lt;/b&gt;***********&lt;/p&gt;

&lt;p&gt;2016-11-22 16:16:43,297 | INFO  | ool-49-thread-36 | FlowBasedServicesConfigListener  | 350 - org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service Binding Entry removed for Interface: 9e42db80-4ba5-4f10-92ce-de92c14e8d13, Data: BoundServices{getServiceName=default.9e42db80-4ba5-4f10-92ce-de92c14e8d13, getServicePriority=7, getServiceType=class org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735, getFlowPriority=7, getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=ApplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=OutputAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=145&amp;#93;&lt;/span&gt;, augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}], augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;/p&gt;


&lt;p&gt;Thanks,&lt;br/&gt;
Faseela&lt;/p&gt;</comment>
                            <comment id="36783" author="tal.rosenzweig@hpe.com" created="Thu, 1 Dec 2016 13:25:10 +0000"  >&lt;p&gt;Attachment karaf.log.rar has been added with description: karaf.log.1&lt;/p&gt;</comment>
                            <comment id="36776" author="tal.rosenzweig@hpe.com" created="Thu, 1 Dec 2016 14:58:10 +0000"  >&lt;p&gt;(In reply to Faseela K from comment #12)&lt;br/&gt;
&amp;gt; Hi Tal,&lt;br/&gt;
&amp;gt;   I hope you are on the latest master code, but still to be sure, please see&lt;br/&gt;
&amp;gt; if you have a distribution where the below patch is merged :&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/47674/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/47674/2&lt;/a&gt;&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; From the karaf logs, I don&apos;t see the relevant logs for port 145, i see only&lt;br/&gt;
&amp;gt; delete calls, but no add calls for the corresponding problematic interface&lt;br/&gt;
&amp;gt; for table 220.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; ***&lt;b&gt;remove 220 entry for output : port 64&lt;/b&gt;********&lt;br/&gt;
&amp;gt; 2016-11-22 09:57:12,344 | INFO  | ool-49-thread-34 |&lt;br/&gt;
&amp;gt; FlowBasedServicesConfigListener  | 350 -&lt;br/&gt;
&amp;gt; org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service&lt;br/&gt;
&amp;gt; Binding Entry removed for Interface: 24962fd1-c40e-4086-86a6-9e71c34e2978,&lt;br/&gt;
&amp;gt; Data:&lt;br/&gt;
&amp;gt; BoundServices{getServiceName=default.24962fd1-c40e-4086-86a6-9e71c34e2978,&lt;br/&gt;
&amp;gt; getServicePriority=7, getServiceType=class&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735,&lt;br/&gt;
&amp;gt; getFlowPriority=7,&lt;br/&gt;
&amp;gt; getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=A&lt;br/&gt;
&amp;gt; pplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=Outp&lt;br/&gt;
&amp;gt; utAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=64&amp;#93;&lt;/span&gt;,&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}],&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; ****&lt;b&gt;remove 220 entry for port 145&lt;/b&gt;***********&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 2016-11-22 16:16:43,297 | INFO  | ool-49-thread-36 |&lt;br/&gt;
&amp;gt; FlowBasedServicesConfigListener  | 350 -&lt;br/&gt;
&amp;gt; org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service&lt;br/&gt;
&amp;gt; Binding Entry removed for Interface: 9e42db80-4ba5-4f10-92ce-de92c14e8d13,&lt;br/&gt;
&amp;gt; Data:&lt;br/&gt;
&amp;gt; BoundServices{getServiceName=default.9e42db80-4ba5-4f10-92ce-de92c14e8d13,&lt;br/&gt;
&amp;gt; getServicePriority=7, getServiceType=class&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735,&lt;br/&gt;
&amp;gt; getFlowPriority=7,&lt;br/&gt;
&amp;gt; getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=A&lt;br/&gt;
&amp;gt; pplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=Outp&lt;br/&gt;
&amp;gt; utAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=145&amp;#93;&lt;/span&gt;,&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}],&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thanks,&lt;br/&gt;
&amp;gt; Faseela&lt;/p&gt;

&lt;p&gt;Hi Faseela,&lt;br/&gt;
i attached the log karaf.log.1 there you can see the Service Binding Entry created for Interface 145.&lt;/p&gt;</comment>
                            <comment id="36777" author="faseela.k@ericsson.com" created="Thu, 1 Dec 2016 15:12:17 +0000"  >&lt;p&gt;Hi Tal,&lt;br/&gt;
  could you please confirm if you are on the latest code?&lt;br/&gt;
  If so could you please reproduce the issue with TRACE logs enabled for org.opendaylight.genius.interfacemanager and attach those logs?&lt;br/&gt;
Thanks,&lt;br/&gt;
Faseela&lt;/p&gt;</comment>
                            <comment id="36778" author="alonko@hpe.com" created="Thu, 1 Dec 2016 15:17:39 +0000"  >&lt;p&gt;Faseela, it seems this was with code from a few weeks back.&lt;br/&gt;
Tal, could you try to reproduce with latest code and turn on TRACE logs for the interfacemanager?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                            <comment id="36779" author="tomer.pearl@hpe.com" created="Thu, 1 Dec 2016 16:01:22 +0000"  >
&lt;p&gt;(In reply to Faseela K from comment #12)&lt;br/&gt;
&amp;gt; Hi Tal,&lt;br/&gt;
&amp;gt;   I hope you are on the latest master code, but still to be sure, please see&lt;br/&gt;
&amp;gt; if you have a distribution where the below patch is merged :&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/47674/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/47674/2&lt;/a&gt;&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; From the karaf logs, I don&apos;t see the relevant logs for port 145, i see only&lt;br/&gt;
&amp;gt; delete calls, but no add calls for the corresponding problematic interface&lt;br/&gt;
&amp;gt; for table 220.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; ***&lt;b&gt;remove 220 entry for output : port 64&lt;/b&gt;********&lt;br/&gt;
&amp;gt; 2016-11-22 09:57:12,344 | INFO  | ool-49-thread-34 |&lt;br/&gt;
&amp;gt; FlowBasedServicesConfigListener  | 350 -&lt;br/&gt;
&amp;gt; org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service&lt;br/&gt;
&amp;gt; Binding Entry removed for Interface: 24962fd1-c40e-4086-86a6-9e71c34e2978,&lt;br/&gt;
&amp;gt; Data:&lt;br/&gt;
&amp;gt; BoundServices{getServiceName=default.24962fd1-c40e-4086-86a6-9e71c34e2978,&lt;br/&gt;
&amp;gt; getServicePriority=7, getServiceType=class&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735,&lt;br/&gt;
&amp;gt; getFlowPriority=7,&lt;br/&gt;
&amp;gt; getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=A&lt;br/&gt;
&amp;gt; pplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=Outp&lt;br/&gt;
&amp;gt; utAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=64&amp;#93;&lt;/span&gt;,&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}],&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; ****&lt;b&gt;remove 220 entry for port 145&lt;/b&gt;***********&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 2016-11-22 16:16:43,297 | INFO  | ool-49-thread-36 |&lt;br/&gt;
&amp;gt; FlowBasedServicesConfigListener  | 350 -&lt;br/&gt;
&amp;gt; org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service&lt;br/&gt;
&amp;gt; Binding Entry removed for Interface: 9e42db80-4ba5-4f10-92ce-de92c14e8d13,&lt;br/&gt;
&amp;gt; Data:&lt;br/&gt;
&amp;gt; BoundServices{getServiceName=default.9e42db80-4ba5-4f10-92ce-de92c14e8d13,&lt;br/&gt;
&amp;gt; getServicePriority=7, getServiceType=class&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface&lt;br/&gt;
&amp;gt; org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.&lt;br/&gt;
&amp;gt; servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735,&lt;br/&gt;
&amp;gt; getFlowPriority=7,&lt;br/&gt;
&amp;gt; getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=A&lt;br/&gt;
&amp;gt; pplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=Outp&lt;br/&gt;
&amp;gt; utAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=145&amp;#93;&lt;/span&gt;,&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}],&lt;br/&gt;
&amp;gt; augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thanks,&lt;br/&gt;
&amp;gt; Faseela&lt;/p&gt;

&lt;p&gt;Hi Faseela,&lt;/p&gt;

&lt;p&gt;The missing port creation is in karaf.log.1&lt;br/&gt;
Copied the removal of port 64 and creation of port 145 for convenience.&lt;br/&gt;
This was supposed to remove the output:64 flow from table 220, right? &lt;/p&gt;

&lt;p&gt;****&lt;b&gt;remove 220 entry for port 64&lt;/b&gt;***********&lt;br/&gt;
2016-11-22 09:57:12,344 | INFO  | ool-49-thread-34 | FlowBasedServicesConfigListener  | 350 - org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service Binding Entry removed for Interface: 24962fd1-c40e-4086-86a6-9e71c34e2978, Data: BoundServices{getServiceName=default.24962fd1-c40e-4086-86a6-9e71c34e2978, getServicePriority=7, getServiceType=class org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735, getFlowPriority=7, getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=ApplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=OutputAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=64&amp;#93;&lt;/span&gt;, augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}], augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;/p&gt;

&lt;p&gt;****&lt;b&gt;create 220 entry for port 145&lt;/b&gt;***********&lt;br/&gt;
2016-11-22 12:03:54,661 | INFO  | ool-49-thread-36 | FlowBasedServicesConfigListener  | 350 - org.opendaylight.genius.interfacemanager-impl - 0.1.2.SNAPSHOT | Service Binding Entry created for Interface: 9e42db80-4ba5-4f10-92ce-de92c14e8d13, Data: BoundServices{getServiceName=default.9e42db80-4ba5-4f10-92ce-de92c14e8d13, getServicePriority=7, getServiceType=class org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.ServiceTypeFlowBased, augmentations={interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.StypeOpenflow=StypeOpenflow{getFlowCookie=134217735, getFlowPriority=7, getInstruction=[Instruction{getInstruction=ApplyActionsCase{getApplyActions=ApplyActions{getAction=[Action{getAction=OutputActionCase{getOutputAction=OutputAction{getMaxLength=0, getOutputNodeConnector=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=145&amp;#93;&lt;/span&gt;, augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}], augmentations={}}, augmentations={}}, getOrder=0, augmentations={}}]}}}&lt;/p&gt;</comment>
                            <comment id="36780" author="alonko@hpe.com" created="Sun, 4 Dec 2016 11:53:36 +0000"  >&lt;p&gt;Resolved by Faseela here: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/48922/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/48922/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="19818">GENIUS-37</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="20208">NETVIRT-287</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12321" name="karaf.log.rar" size="157015" author="tal.rosenzweig@hpe.com" created="Thu, 1 Dec 2016 13:25:10 +0000"/>
                            <attachment id="12320" name="karaf.rar" size="593993" author="tal.rosenzweig@hpe.com" created="Tue, 22 Nov 2016 14:58:50 +0000"/>
                            <attachment id="12319" name="oldflows.txt" size="96764" author="tal.rosenzweig@hpe.com" created="Tue, 22 Nov 2016 14:11:33 +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>7220</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=7220]]></customfieldvalue>

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

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