<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:28:46 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>[OPNFLWJAVA-32] Openflow actions not set in the correct order</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWJAVA-32</link>
                <project id="10154" key="OPNFLWJAVA">openflowjava</project>
                    <description></description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="24262">OPNFLWJAVA-32</key>
            <summary>Openflow actions not set in the correct order</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="10002">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="vishpat@gmail.com">Vishal Patil</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Aug 2014 18:11:23 +0000</created>
                <updated>Thu, 3 May 2018 15:28:38 +0000</updated>
                            <resolved>Thu, 14 Aug 2014 08:07:13 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="46816" author="vishpat@gmail.com" created="Tue, 12 Aug 2014 18:12:46 +0000"  >&lt;p&gt;Attachment ODL_VLAN.json has been added with description: Postman collection script to reproduce the problem&lt;/p&gt;</comment>
                            <comment id="46813" author="vishpat@gmail.com" created="Tue, 12 Aug 2014 18:15:38 +0000"  >&lt;p&gt;Using ODL I am trying to inject a flow in which actions are specified in order such that the VLAN header is pushed first followed by the the vlan id.&lt;/p&gt;

&lt;p&gt;However when I dump the flow on the OVS using ovs-ofctl the order seems to be&lt;br/&gt;
reversed.&lt;/p&gt;

&lt;p&gt;priority=1,arp,dl_src=01:aa:bb:cc:dd:ee actions=set_field:3333-&amp;gt;vlan_vid,push_vlan:0x8100,goto_table:21&lt;/p&gt;

&lt;p&gt;I am attaching a POSTMAN script (use Push_vlan) which will help reproduce the problem.&lt;/p&gt;</comment>
                            <comment id="46814" author="vishpat@gmail.com" created="Tue, 12 Aug 2014 18:16:53 +0000"  >&lt;p&gt;Here the XML data that I am pushing using ODL&lt;/p&gt;

&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;1&amp;lt;/priority&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;PushVlan&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;match&amp;gt;&lt;br/&gt;
        &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
          	&amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
              &amp;lt;type&amp;gt;2054&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-source&amp;gt;&lt;br/&gt;
                &amp;lt;address&amp;gt;01:aa:bb:cc:dd:ee&amp;lt;/address&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-source&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;20&amp;lt;/table_id&amp;gt;&lt;br/&gt;
    &amp;lt;instructions&amp;gt;&lt;br/&gt;
        &amp;lt;instruction&amp;gt;&lt;br/&gt;
            &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
            &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                   &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
                   &amp;lt;push-vlan-action&amp;gt;&lt;br/&gt;
                     &amp;lt;ethernet-type&amp;gt;0x8100&amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
                  &amp;lt;/push-vlan-action&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
              	&amp;lt;action&amp;gt;&lt;br/&gt;
                  &amp;lt;order&amp;gt;2&amp;lt;/order&amp;gt;&lt;br/&gt;
                  &amp;lt;set-field&amp;gt;&lt;br/&gt;
                    &amp;lt;vlan-match&amp;gt;&lt;br/&gt;
                      &amp;lt;vlan-id&amp;gt;&lt;br/&gt;
                        &amp;lt;vlan-id&amp;gt;3333&amp;lt;/vlan-id&amp;gt;&lt;br/&gt;
                        &amp;lt;vlan-id-present&amp;gt;true&amp;lt;/vlan-id-present&amp;gt;&lt;br/&gt;
                      &amp;lt;/vlan-id&amp;gt;  &lt;br/&gt;
                    &amp;lt;/vlan-match&amp;gt;&lt;br/&gt;
                  &amp;lt;/set-field&amp;gt;&lt;br/&gt;
              	&amp;lt;/action&amp;gt;&lt;br/&gt;
            &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
      &amp;lt;/instruction&amp;gt;&lt;br/&gt;
      &amp;lt;instruction&amp;gt;&lt;br/&gt;
        &amp;lt;order&amp;gt;2&amp;lt;/order&amp;gt;&lt;br/&gt;
        &amp;lt;go-to-table&amp;gt;&lt;br/&gt;
          &amp;lt;table_id&amp;gt;21&amp;lt;/table_id&amp;gt;&lt;br/&gt;
        &amp;lt;/go-to-table&amp;gt;&lt;br/&gt;
      &amp;lt;/instruction&amp;gt;&lt;br/&gt;
    &amp;lt;/instructions&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;</comment>
                            <comment id="46815" author="michal.polkorab@gmail.com" created="Thu, 14 Aug 2014 08:07:13 +0000"  >&lt;p&gt;Actions are received from Openflow Plugin as a list. Openflowjava writes actions in the same order as the list is filled. So it is ofplugin&apos;s responsibility to handle actions according to order specified in someone&apos;s input.&lt;/p&gt;

&lt;p&gt;Same bug already exists for openflowplugin project (1338) - it just needs to be reviewed and merged.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="27479">OPNFLWPLUG-211</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13268" name="ODL_VLAN.json" size="3932" author="vishpat@gmail.com" created="Tue, 12 Aug 2014 18:12:46 +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>1533</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=1533]]></customfieldvalue>

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

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