<!-- 
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-38] Wrong handling of the binding of a service to a tunnel interface when the priority of the new service to be bound is higher than the priorities of the services already bound</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-38</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;The current behaviour implemented for service binding to a tunnel interface is:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;In table 0, the first service bound&lt;/li&gt;
	&lt;li&gt;In table 17, the rest of the services bound&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;When some service is already bound and a new service is going to be bound and its priority is the highest, then this new service should be bound in table 0, and the previous service that was bound in table 0 needs to be move to table 17. When the service is moved to table 17, the priority is not being installed accordingly.&lt;/p&gt;

&lt;p&gt;1) Create the tunnel interface:&lt;br/&gt;
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;br/&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;286065092896249464&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;aclservice:port-security-enabled&quot;: false,
                  &quot;aclservice:security-groups&quot;: [
                              ],
               &quot;enabled&quot;: true
           }
&lt;p&gt;       ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;2) Bind ELAN service&lt;br/&gt;
POST &lt;a href=&quot;http://localhost:8181/restconf/config/elan:elan-interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/elan:elan-interfaces/&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
               &quot;elan-interface&quot;:&lt;/p&gt;
               {
                              &quot;static-mac-entries&quot;: [
                              ],
                              &quot;name&quot;: &quot;tun999a999a9a9&quot;,
                              &quot;description&quot;: &quot;Binding GRE logical port to an ELAN instance&quot;,
                              &quot;elan-instance-name&quot;: &quot;55a14f83-4351-4657-bf3f-ef273eb98ec1&quot;
               }
&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;3) Bind L3VPN service&lt;br/&gt;
POST &lt;a href=&quot;http://localhost:8181/restconf/config/l3vpn:vpn-interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/l3vpn:vpn-interfaces/&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
               &quot;vpn-interface&quot;:&lt;br/&gt;
               {&lt;br/&gt;
                 &quot;name&quot;: &quot;tun999a999a9a9&quot;,&lt;br/&gt;
                 &quot;vpn-instance-name&quot;: &quot;949550c9-0ac8-4fcb-96fc-2cb5bceec569&quot;,&lt;br/&gt;
                 &quot;is-router-interface&quot;: &quot;false&quot;,&lt;br/&gt;
                 &quot;odl-l3vpn:adjacency&quot;: [&lt;/p&gt;
                   {
                     &quot;odl-l3vpn:primary-adjacency&quot;: &quot;true&quot;,
                     &quot;odl-l3vpn:ip_address&quot;: &quot;10.0.0.0/24&quot;
                   }
&lt;p&gt;                 ]&lt;br/&gt;
               }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Result:&lt;/p&gt;

&lt;p&gt;cookie=0x8000001, duration=554.072s, table=0, n_packets=82, n_bytes=3444, priority=10,in_port=4 actions=write_metadata:0xc0000600000222e2/0xffffff00ffffffff,goto_table:19&lt;/p&gt;

&lt;p&gt;cookie=0x8040000, duration=562.817s, table=17, n_packets=0, n_bytes=0, priority=6,metadata=0xa000060000000000/0xffffff0000000000 actions=write_metadata:0xc00006138c000000/0xfffffffffffffffe,goto_table:50&lt;/p&gt;


&lt;p&gt;The entry in table 17 is wrong. &lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The metadata should be: metadata=0xc000060000000000/0xffffff0000000000&lt;/li&gt;
	&lt;li&gt;The write_metadata should be: write_metadata:0xe00006138c000000/0xfffffffffffffffe&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19819">GENIUS-38</key>
            <summary>Wrong handling of the binding of a service to a tunnel interface when the priority of the new service to be bound is higher than the priorities of the services already bound</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="jose.antonio.baena@ericsson.com">Jose Antonio Baena Cobos</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Nov 2016 07:21:55 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:22 +0000</updated>
                            <resolved>Wed, 23 Nov 2016 13:56:39 +0000</resolved>
                                    <version>(unspecified)</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="35872" author="jose.antonio.baena@ericsson.com" created="Fri, 18 Nov 2016 07:29:38 +0000"  >&lt;p&gt;This fix needs to go to stable/boron SR2&lt;/p&gt;</comment>
                            <comment id="35873" author="jose.antonio.baena@ericsson.com" created="Fri, 18 Nov 2016 07:48:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/48465/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/48465/&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>7203</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=7203]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10335"><![CDATA[Boron-2]]></customfieldvalue>

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

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