<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:59:45 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>[GENIUS-33] DELETE Service Binding does not remove entry in table=0</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-33</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;DELETE Service Binding does not remove entry in table=0. Entry is not removed even if we remove the corresponding interface.&lt;/p&gt;

&lt;p&gt;Version: Boron SR1&lt;/p&gt;

&lt;p&gt;Follow these steps to reproduce the bug:&lt;/p&gt;

&lt;p&gt;1) Create interface (POST &lt;a href=&quot;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;{   &quot;interface&quot;: [&lt;/p&gt;
           {
               &quot;name&quot;: &quot;tun999a999a9a9&quot;,
               &quot;type&quot;: &quot;iana-if-type:tunnel&quot;,
               &quot;odl-interface:tunnel-interface-type&quot;: &quot;odl-interface:tunnel-type-gre&quot;,
               &quot;odl-interface:datapath-node-identifier&quot;: &quot;75356950704695&quot;,
               &quot;odl-interface:tunnel-source&quot;: &quot;172.0.22.11&quot;,
               &quot;odl-interface:tunnel-destination&quot;: &quot;192.168.3.140&quot;,
               &quot;enabled&quot;: true
           }
&lt;p&gt;       ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;2) Create Service Binding (POST &lt;a href=&quot;http://localhost:8181/restconf/config/interface-service-bindings:service-bindings/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/interface-service-bindings:service-bindings/&lt;/a&gt;) &lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
   &quot;services-info&quot;: [&lt;br/&gt;
     {&lt;br/&gt;
       &quot;interface-name&quot;: &quot;tun999a999a9a9&quot;,&lt;br/&gt;
       &quot;service-mode&quot; : &quot;service-mode-ingress&quot;,&lt;br/&gt;
       &quot;bound-services&quot;: [&lt;br/&gt;
         {&lt;br/&gt;
           &quot;service-name&quot;: &quot;ELAN&quot;,&lt;br/&gt;
           &quot;service-type&quot;: &quot;interface-service-bindings:service-type-flow-based&quot;,&lt;br/&gt;
           &quot;service-priority&quot;: 5,&lt;br/&gt;
           &quot;flow-priority&quot;:10,&lt;br/&gt;
           &quot;flow-cookie&quot;: 134479800,&lt;br/&gt;
           &quot;instruction&quot;: [&lt;br/&gt;
             {&lt;br/&gt;
               &quot;order&quot;: 1,&lt;br/&gt;
               &quot;go-to-table&quot;: &lt;/p&gt;
{
                 &quot;table_id&quot;: 50
               }
&lt;p&gt;             }&lt;br/&gt;
           ]&lt;br/&gt;
         }&lt;br/&gt;
       ]&lt;br/&gt;
     }&lt;br/&gt;
   ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;3) Check a new entry is populated in table=0 as follows:&lt;/p&gt;

&lt;p&gt;cookie=0x803ffb8, duration=10.943s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=1 actions=write_metadata:0xc000090000000000/0xffffff0000000001,goto_table:50&lt;/p&gt;

&lt;p&gt;4) DELETE Service Binding (DELETE &lt;a href=&quot;http://localhost:8181/restconf/config/interface-service-bindings:service-bindings/services-info/tun999a999a9a9/interface-service-bindings:service-mode-ingress&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/interface-service-bindings:service-bindings/services-info/tun999a999a9a9/interface-service-bindings:service-mode-ingress&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;5) Check entry in table=0 is not removed:&lt;/p&gt;

&lt;p&gt;cookie=0x803ffb8, duration=122.046s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=1 actions=write_metadata:0xc000090000000000/0xffffff0000000001,goto_table:50&lt;/p&gt;


&lt;p&gt;6) If we then DELETE also the interface (DELETE &lt;a href=&quot;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/interface/tun999a999a9a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/interface/tun999a999a9a9&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;the entry will be still there:&lt;/p&gt;

&lt;p&gt;cookie=0x803ffb8, duration=223.606s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=1 actions=write_metadata:0xc000090000000000/0xffffff0000000001,goto_table:50&lt;/p&gt;

&lt;p&gt;Even though in_port=1 does not make sense any more (cause the OF port was removed):&lt;/p&gt;

&lt;p&gt;OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:03f84eafb4b85678&lt;br/&gt;
n_tables:254, n_buffers:256&lt;br/&gt;
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS&lt;br/&gt;
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):&lt;br/&gt;
 10(vhu2a7a80bb-9d): addr:00:00:00:00:00:00&lt;br/&gt;
     config:     0&lt;br/&gt;
     state:      LIVE&lt;br/&gt;
     speed: 0 Mbps now, 0 Mbps max&lt;br/&gt;
 LOCAL(br-int): addr:44:89:68:47:32:37&lt;br/&gt;
     config:     0&lt;br/&gt;
     state:      LIVE&lt;br/&gt;
     current:    10MB-FD COPPER&lt;br/&gt;
     speed: 10 Mbps now, 0 Mbps max&lt;br/&gt;
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x5): frags=normal miss_send_len=0&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19814">GENIUS-33</key>
            <summary>DELETE Service Binding does not remove entry in table=0</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="maria.merida@ericsson.com">Maria Merida</reporter>
                        <labels>
                    </labels>
                <created>Fri, 11 Nov 2016 11:41:41 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:55 +0000</updated>
                            <resolved>Tue, 6 Jun 2017 11:26:40 +0000</resolved>
                                    <version>(unspecified)</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="35858" author="faseela.k@ericsson.com" created="Thu, 16 Mar 2017 08:47:51 +0000"  >&lt;p&gt;Is this issue still seen?&lt;br/&gt;
Sorry, that we did not track this bug&lt;/p&gt;</comment>
                            <comment id="35859" author="jose.antonio.baena@ericsson.com" created="Mon, 10 Apr 2017 06:07:07 +0000"  >&lt;p&gt;Hi,&lt;br/&gt;
Finally, we are not using this service-binding API and, as you plan to update the service-bindings in Nitrogen, I think that you can close this bug and reevaluate in Nitrogen.&lt;br/&gt;
Thanks&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>7150</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=7150]]></customfieldvalue>

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

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