<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:52 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>[OVSDB-239] &apos;ifindex&apos; column from Interface table on OVS</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-239</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;On Groupbasedpolicy, we have some demo setups involving OVS switches running Docker containers locally.&lt;br/&gt;
On the switch, Interface table contains column &quot;ifindex&quot;, its value visible with&lt;br/&gt;
ovs-vsctl list Interface:&lt;/p&gt;

&lt;p&gt;sudo ovs-vsctl --columns _uuid,name,ifindex,ofport list Interface&lt;br/&gt;
_uuid               : 2314250c-8cd5-48a6-95a8-b2549103b434&lt;br/&gt;
name                : &quot;vethl-h35_2&quot;&lt;br/&gt;
ifindex             : 17&lt;br/&gt;
ofport              : 3&lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;But this key-value pair is not present in the Datastore:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/ovsdb:1/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/ovsdb:1/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;...&lt;br/&gt;
&quot;termination-point&quot;: [&lt;br/&gt;
            &lt;/p&gt;
{
              &quot;tp-id&quot;: &quot;vethl-h35_2&quot;,
              &quot;ovsdb:name&quot;: &quot;vethl-h35_2&quot;,
              &quot;ovsdb:interface-uuid&quot;: &quot;2314250c-8cd5-48a6-95a8-b2549103b434&quot;,
              &quot;ovsdb:port-uuid&quot;: &quot;c4532a19-7357-42c5-9150-5daf50e8ba4e&quot;,
              &quot;ovsdb:ofport&quot;: 3
            }
&lt;p&gt;,&lt;br/&gt;
... &lt;/p&gt;

&lt;p&gt;I think it was not requested by anyone before, but now we are collecting flow statistics with sFlow, which uses ifIndex for our endpoins, so having this in the DS along with other data will help us to map &quot;ifindex&quot; to &quot;ofport&quot; and not to invent workarounds.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21931">OVSDB-239</key>
            <summary>&apos;ifindex&apos; column from Interface table on OVS</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</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="rashmi.c.pujar@gmail.com">Rashmi Pujar</assignee>
                                    <reporter username="kblagov@cisco.com">Konstantin Blagov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Dec 2015 10:37:23 +0000</created>
                <updated>Thu, 30 Jun 2016 00:35:28 +0000</updated>
                            <resolved>Thu, 30 Jun 2016 00:35:28 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Plugin</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="41066" author="rashmi.c.pujar@gmail.com" created="Fri, 10 Jun 2016 15:41:12 +0000"  >&lt;p&gt;Hi Konstantin,&lt;/p&gt;

&lt;p&gt;I am working on supporting this column in ovsdb. Do you if it is a read-only column. When I add a brdige using: ovs-vsctl add-br br1. The internal port gets assigned an ifIndex value.&lt;br/&gt;
When I create another port to the bridge using: ovs-vsctl add-port br1 test1 &amp;#8211; set Interface test1 type=internal ifindex=26&lt;br/&gt;
The ifindex I specify is ignored and it gets set to a value that equals (internal port ifindex ++). This makes me believe the column is read-only however, I did not find it specified in the schema specs. Since you have a better context about how you plan to use the ifindex parameter could you please add any inputs you may have? &lt;/p&gt;

&lt;p&gt;Anil: is there a way to know if a column is read-only?&lt;/p&gt;</comment>
                            <comment id="41067" author="vishnoianil@gmail.com" created="Fri, 10 Jun 2016 23:28:55 +0000"  >&lt;p&gt;Hi Rashmi,&lt;/p&gt;

&lt;p&gt;Yes, this column looks like read only (generated by OS). I tried to edit the value using ovs-vsctl, but i was not able to change the value.&lt;/p&gt;</comment>
                            <comment id="41068" author="kblagov@cisco.com" created="Mon, 20 Jun 2016 11:08:51 +0000"  >&lt;p&gt;(In reply to Rashmi Pujar from comment #1)&lt;/p&gt;

&lt;p&gt;Hi Rashmi,&lt;br/&gt;
For us, it is OK that the column is read-only, the issue is that column&apos;s value is missing from ODL datastore.&lt;/p&gt;</comment>
                            <comment id="41069" author="rashmi.c.pujar@gmail.com" created="Mon, 20 Jun 2016 15:57:05 +0000"  >&lt;p&gt;Thank you Anil for confirming.&lt;br/&gt;
The patch is ready for review: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39801&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39801&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi Konstantin, thanks for your reply. The support is underway and will soon be available.&lt;/p&gt;</comment>
                            <comment id="41070" author="rashmi.c.pujar@gmail.com" created="Thu, 30 Jun 2016 00:35:28 +0000"  >&lt;p&gt;Addressed in patches:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39801/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39801/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40982&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>4790</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=4790]]></customfieldvalue>

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

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

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