<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:07 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>[OPNFLWPLUG-309] Table Id could not specified when using IFlowProgrammerService or FowardingRulemanager to Programm Flow</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-309</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;ADSAL Flow Programming Service and Forwarding Rule Manager does not support the Table-id specification. So by default it assumes Table0. As per OF 1.3 table ID specification must be added&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27577">OPNFLWPLUG-309</key>
            <summary>Table Id could not specified when using IFlowProgrammerService or FowardingRulemanager to Programm Flow</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="swarvanusg@gmail.com">Swarvanu Sengupta</assignee>
                                    <reporter username="swarvanusg@gmail.com">Swarvanu Sengupta</reporter>
                        <labels>
                    </labels>
                <created>Sat, 18 Oct 2014 15:54:43 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:22 +0000</updated>
                            <resolved>Sun, 7 Jun 2015 14:25:58 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="56281" author="mirehak@cisco.com" created="Tue, 21 Oct 2014 13:24:08 +0000"  >&lt;p&gt;Hi Swarvanu,&lt;br/&gt;
AD-SAL models, apps and plugins are aimed on OF-1.0. Extending them in order to support OF-1.3 is one possible way. The other is to migrate third part app to MD-SAL API.&lt;/p&gt;

&lt;p&gt;Could you share your usecase a bit? Is it necessary to add table id into AD-SAL? Would it be unreal to migrate the app?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</comment>
                            <comment id="56282" author="swarvanusg@gmail.com" created="Sun, 26 Oct 2014 06:18:30 +0000"  >&lt;p&gt;Hi Michal,&lt;/p&gt;

&lt;p&gt;We are trying to write a plugins for basic network visualization (quite like VNP (Virtual Network Platform) by NEC). We have developed the plugins in ADSAL, and we are using mainly Forwarding Rule Manager to install the flow. &lt;/p&gt;

&lt;p&gt;By specifying rules in Multiple tables gives us the freedom to do multiple operation in a single rule. Like putting/stripping vlan id and forwarding packets to specific port etc.&lt;/p&gt;

&lt;p&gt;I&apos;m not sure how I could use MDSAL api from a ADSAL plugin. Is it even possible ?&lt;/p&gt;

&lt;p&gt;But as per ADSAL I think the table id specification should be there, as it should support the OF 1.3 specification even if we have MDSAL as an alternatives. I&apos;m not sure but I think otherwise we have to move our whole plugin in MDSAL.&lt;/p&gt;

&lt;p&gt;Thanks and Regards,&lt;br/&gt;
Swarvanu Sengupta&lt;/p&gt;</comment>
                            <comment id="56283" author="swarvanusg@gmail.com" created="Sun, 26 Oct 2014 06:33:18 +0000"  >&lt;p&gt; (In reply to Swarvanu Sengupta from comment #2)&lt;br/&gt;
&amp;gt; Hi Michal,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; We are trying to write a plugins for basic network visualization (quite like&lt;br/&gt;
&amp;gt; VNP (Virtual Network Platform) by NEC). We have developed the plugins in&lt;br/&gt;
&amp;gt; ADSAL, and we are using mainly Forwarding Rule Manager to install the flow. &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; By specifying rules in Multiple tables gives us the freedom to do multiple&lt;br/&gt;
&amp;gt; operation in a single rule. Like putting/stripping vlan id and forwarding&lt;br/&gt;
&amp;gt; packets to specific port etc.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; I&apos;m not sure how I could use MDSAL api from a ADSAL plugin. Is it even&lt;br/&gt;
&amp;gt; possible ?&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; But as per ADSAL I think the table id specification should be there, as it&lt;br/&gt;
&amp;gt; should support the OF 1.3 specification even if we have MDSAL as an&lt;br/&gt;
&amp;gt; alternatives. I&apos;m not sure but I think otherwise we have to move our whole&lt;br/&gt;
&amp;gt; plugin in MDSAL.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thanks and Regards,&lt;br/&gt;
&amp;gt; Swarvanu Sengupta&lt;/p&gt;

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

&lt;p&gt;I had another query related to the Table Id Specification.  &lt;/p&gt;

&lt;p&gt;Currently Flow Manager and Flow Programmer Service doesn&apos;t really care about what type of plugins is used underneath. I that case the API set should be uniform (currently how it is). &lt;/p&gt;

&lt;p&gt;Now table id specification is mainly a OF 1.3 feature. So in that case what will be the API and how its going behave with other plugins for other switch keeping the uniform API set in mind.&lt;/p&gt;

&lt;p&gt;Thanks and regards,&lt;br/&gt;
Swarvanu&lt;/p&gt;</comment>
                            <comment id="56284" author="jluhrsen" created="Fri, 5 Jun 2015 23:04:50 +0000"  >&lt;p&gt;Sandeep,&lt;/p&gt;

&lt;p&gt;if you have a packet capture handy of the controller sending LLDP packet outs&lt;br/&gt;
before and after this issue, could you please attach?  I know you noticed that only one port was getting a packet out, instead of both.&lt;/p&gt;</comment>
                            <comment id="56285" author="vishnoianil@gmail.com" created="Sun, 7 Jun 2015 14:25:58 +0000"  >&lt;p&gt;Hi Swarvanu,&lt;/p&gt;

&lt;p&gt;AD-SAL was deprecated in Helium release and will be removed in Lithium release.&lt;/p&gt;

&lt;p&gt;So i believe there is no work planned for extending the AD-SAL openflowplugin for OF 1.3.&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>2215</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=2215]]></customfieldvalue>

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

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