<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:52:32 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>[CONTROLLER-240] Unable to get values in NW Src,TP Src and TP Dst in ODL UI/Switch</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-240</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;Following these steps :&lt;/p&gt;

&lt;p&gt;1.Running the ODL controller(Hydrogen)&lt;br/&gt;
2.Creating a topology (tree,2) using mininet and pinging the hosts.(OF plugin 1.0)&lt;br/&gt;
3.Checking the flows on ODL UI / Switch .&lt;br/&gt;
4.The only values I get in any flow on ODL UI are : DL_TYPE and NW_DST (under match fields)&lt;/p&gt;

&lt;p&gt;The other match fields such as TP Src, TP Dst and NW_SRC are missing in UI / Switch.&lt;br/&gt;
Find the attached image.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="24794">CONTROLLER-240</key>
            <summary>Unable to get values in NW Src,TP Src and TP Dst in ODL UI/Switch</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="srivastava.rajani@tcs.com">Rajani Srivastava</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Mar 2014 10:12:54 +0000</created>
                <updated>Tue, 25 Jul 2023 08:23:18 +0000</updated>
                            <resolved>Mon, 4 May 2015 23:54:46 +0000</resolved>
                                                                    <component>adsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="47827" author="srivastava.rajani@tcs.com" created="Thu, 27 Mar 2014 10:12:54 +0000"  >&lt;p&gt;Attachment ODL-UI.png has been added with description: screenshot of capturing information of  flows&lt;/p&gt;</comment>
                            <comment id="47819" author="vishnoianil@gmail.com" created="Fri, 28 Mar 2014 19:58:09 +0000"  >&lt;p&gt;Hi Rajani,&lt;/p&gt;

&lt;p&gt;You only see DL_TYPE and NW_DST fields value of the flow because controller installs flow with these two fields value set to some specific value, rest all fields are wildcarded. If you dump flows in mininet (mininet&amp;gt; sh ovs-ofctl dump-flows s1), you can see the exact flow installed by the controller. So its expected result.&lt;/p&gt;

&lt;p&gt;If you manually install flow with all the fields value set to non-wildcard value, you will see the same in GUI.&lt;/p&gt;

&lt;p&gt;THanks&lt;br/&gt;
Anil&lt;/p&gt;</comment>
                            <comment id="47820" author="shashwat.srivastava@tcs.com" created="Mon, 31 Mar 2014 09:20:34 +0000"  >
&lt;p&gt;Hi Anil,&lt;/p&gt;

&lt;p&gt;I want to get values in  TP Src, TP Dst and NW_SRC fields for a dynamic flow.&lt;br/&gt;
Can you please suggest for the same.&lt;br/&gt;
And please clarify me about what do u meant by &quot;manually install flow &quot; ? Does it mean writing hard coded flows or static flow through REST API or CLI ?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Shashwat&lt;/p&gt;</comment>
                            <comment id="47821" author="vishnoianil@gmail.com" created="Mon, 31 Mar 2014 11:05:20 +0000"  >&lt;p&gt;Hi Shashwat,&lt;/p&gt;

&lt;p&gt;Yes, by manual flow installation i meant, you can use OSGI CLI, REST API or even a simple module that installs flow to the switch. You can check following two links to install flow with all the required tuples and see if those are getting reflected in the GUI or not.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:End_to_End_Flows&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:End_to_End_Flows&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://wiki.opendaylight.org/view/Editing_OpenDaylight_OpenFlow_Plugin:End_to_End_Flows:Example_Flows&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/Editing_OpenDaylight_OpenFlow_Plugin:End_to_End_Flows:Example_Flows&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Anil&lt;/p&gt;</comment>
                            <comment id="47822" author="shashwat.srivastava@tcs.com" created="Mon, 31 Mar 2014 12:19:16 +0000"  >

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

&lt;p&gt;I got your point but in case of dynamic flows(in Real environment),can I get there TP Src, TP Dst and NW_SRC anyhow in opendaylight GUI?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Shashwat&lt;/p&gt;</comment>
                            <comment id="47823" author="vishnoianil@gmail.com" created="Mon, 31 Mar 2014 12:28:19 +0000"  >&lt;p&gt;Hi Shashwat,&lt;/p&gt;

&lt;p&gt;Yes, GUI shows whatever flow controller installs to the switch. If controller will install flow with tp-src,tp-dst,nw-src and other tuples, ODL GUI will show those flows.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Anil&lt;/p&gt;</comment>
                            <comment id="47824" author="shashwat.srivastava@tcs.com" created="Mon, 31 Mar 2014 12:42:56 +0000"  >
&lt;p&gt;Hi Anil ,&lt;/p&gt;

&lt;p&gt;Thanks for your reply.&lt;/p&gt;

&lt;p&gt;In dynamic flow,when the controller will install the flows with tp-src,tp-dst,nw-src and other tuples ? as we don&apos;t want to manually install the flows.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Shashwat&lt;/p&gt;</comment>
                            <comment id="47825" author="vishnoianil@gmail.com" created="Mon, 31 Mar 2014 12:48:33 +0000"  >&lt;p&gt;It depends on the applications running in the controller. Each application realize their services by installing specific type of flows, so if any application need routing based on granular level of match, that probably will install flows with more tuples rather then just destination address.&lt;/p&gt;

&lt;p&gt;Anil&lt;/p&gt;</comment>
                            <comment id="47826" author="carolsand@gmail.com" created="Mon, 4 May 2015 23:54:46 +0000"  >&lt;p&gt;This bug is part of the project to Move all ADSAL associated component bugs to ADSAL&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13361" name="ODL-UI.png" size="174023" author="srivastava.rajani@tcs.com" created="Thu, 27 Mar 2014 10:12:54 +0000"/>
                    </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>602</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=602]]></customfieldvalue>

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

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