<!-- 
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-34] Create tunnel-type-gre interface via IFM generates wrong table=0 entry</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-34</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;Creating a tunnel-type-gre interface via IFM should generate a table=0 entry which goes to Ingress Service Dispatcher Table, right now it goes to table=18 (which is only valid for vxlan tunnels).&lt;/p&gt;

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

&lt;p&gt;Steps to reproduce this bug:&lt;/p&gt;

&lt;p&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;/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;Entry created in pipeline:&lt;/p&gt;

&lt;p&gt;cookie=0x8000001, duration=9.189s, table=0, n_packets=0, n_bytes=0, priority=5,in_port=2 actions=write_metadata:0x90000000001/0x1fffff0000000001,goto_table:18&lt;/p&gt;

&lt;p&gt;I think it should go to table=17 instead, and I don&apos;t know if the last bit in metadata is properly set.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19815">GENIUS-34</key>
            <summary>Create tunnel-type-gre interface via IFM generates wrong table=0 entry</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="maria.merida@ericsson.com">Maria Merida</reporter>
                        <labels>
                    </labels>
                <created>Fri, 11 Nov 2016 11:50:02 +0000</created>
                <updated>Tue, 6 Jun 2017 11:27:32 +0000</updated>
                            <resolved>Tue, 6 Jun 2017 11:27:32 +0000</resolved>
                                    <version>(unspecified)</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="35860" author="faseela.k@ericsson.com" created="Fri, 7 Apr 2017 07:19:09 +0000"  >&lt;p&gt;Hi Maria,&lt;br/&gt;
  As far as I remember, you have used the service-binding on tunnels to make this to work. If so, can I close this TR?&lt;br/&gt;
Thanks,&lt;br/&gt;
Faseela&lt;/p&gt;</comment>
                            <comment id="35861" author="jose.antonio.baena@ericsson.com" created="Mon, 10 Apr 2017 05:56:45 +0000"  >&lt;p&gt;Hi Faseela, &lt;/p&gt;

&lt;p&gt;Yes, we made it work using the service-binding on tunnels:&lt;br/&gt;
1) curl -u admin:admin -H &apos;Content-Type:application/json&apos; -X POST --data &quot;$content&quot; &lt;a href=&quot;http://192.168.0.50:8181/restconf/config/ietf-interfaces:interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.0.50:8181/restconf/config/ietf-interfaces:interfaces/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) curl -u admin:admin -H &apos;Content-Type:application/json&apos; -X POST --data &quot;$content&quot; &lt;a href=&quot;http://192.168.0.50:8181/restconf/config/elan:elan-interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.0.50:8181/restconf/config/elan:elan-interfaces/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As there is a feature for Nitrogen, where all service-bindings will goto table 17, this enhancement will be covered then, so you can close this bug&lt;/p&gt;

&lt;p&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>7151</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=7151]]></customfieldvalue>

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

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