<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:42 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-910] Karaf4 migration - no Nicira extension NSH flows created</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-910</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;When the SFC Nitrogen project migrated to Karaf 4, we no longer get flows with Nicira NSH (Network Service Headers) Extensions. Previous to migrating to Karaf 4 in Nitrogen, we got all the expected flows.&lt;/p&gt;

&lt;p&gt;Here are the LOG messages I get with Serializer Warnings:&lt;br/&gt;
    &lt;a href=&quot;https://pastebin.com/F8cWi0xW&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://pastebin.com/F8cWi0xW&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Here are the only flows I get now:&lt;/p&gt;

&lt;p&gt;$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=0, n_packets=0, n_bytes=0, priority=5 actions=goto_table:1&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=1, n_packets=0, n_bytes=0, priority=300,udp,nw_dst=10.0.0.10,tp_dst=6633 actions=output:0&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=1, n_packets=0, n_bytes=0, priority=300,udp,in_port=0,tp_dst=6633 actions=LOCAL&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=1, n_packets=0, n_bytes=0, priority=5 actions=drop&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=1, n_packets=0, n_bytes=0, priority=250 actions=goto_table:4&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=2, n_packets=0, n_bytes=0, priority=5 actions=goto_table:3&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=3, n_packets=0, n_bytes=0, priority=5 actions=goto_table:4&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=4, n_packets=0, n_bytes=0, priority=5 actions=goto_table:10&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=4, n_packets=0, n_bytes=0, priority=550 actions=goto_table:10&lt;br/&gt;
 cookie=0x14, duration=14.070s, table=10, n_packets=0, n_bytes=0, priority=5 actions=drop&lt;br/&gt;
 cookie=0xba5eba1100000102, duration=14.070s, table=10, n_packets=0, n_bytes=0, priority=660 actions=IN_PORT&lt;br/&gt;
 cookie=0xba5eba1100000103, duration=14.070s, table=10, n_packets=0, n_bytes=0, priority=650 actions=output:1&lt;br/&gt;
 cookie=0xba5eba1100000101, duration=14.070s, table=10, n_packets=0, n_bytes=0, priority=655,in_port=1 actions=IN_PORT&lt;/p&gt;


&lt;p&gt;As mentioned above, previous to the migration, we were able to create the Nicira NSH flows as expected. Here are the flows we&apos;re expecting:&lt;br/&gt;
    &lt;a href=&quot;https://pastebin.com/QxYaL6jz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://pastebin.com/QxYaL6jz&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Brady&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28178">OPNFLWPLUG-910</key>
            <summary>Karaf4 migration - no Nicira extension NSH flows created</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="ebrjohn">Brady Johnson</assignee>
                                    <reporter username="ebrjohn">Brady Johnson</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Jun 2017 08:06:34 +0000</created>
                <updated>Mon, 27 Sep 2021 09:02:03 +0000</updated>
                            <resolved>Tue, 20 Jun 2017 17:00:49 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="59015" author="tomas.slusny@pantheon.tech" created="Tue, 20 Jun 2017 08:43:00 +0000"  >&lt;p&gt;I am currently looking at this. What I observed is that for extensions, we are missing any blueprints, and we are still using there old config subsystem. I am currently adding blueprints for extensions and hopefully it will start working.&lt;/p&gt;</comment>
                            <comment id="59016" author="tomas.slusny@pantheon.tech" created="Tue, 20 Jun 2017 10:50:28 +0000"  >&lt;p&gt;GERRIT: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/59214/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/59214/&lt;/a&gt;&lt;br/&gt;
Tested this patch locally and nicira extensions was properly installed.&lt;/p&gt;</comment>
                            <comment id="59017" author="ebrjohn" created="Tue, 20 Jun 2017 13:41:34 +0000"  >&lt;p&gt;Tomas,&lt;/p&gt;

&lt;p&gt;I just tested patch set 2 of your patch, and it works as expected &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;Brady&lt;/p&gt;</comment>
                            <comment id="59018" author="tomas.slusny@pantheon.tech" created="Tue, 20 Jun 2017 17:00:49 +0000"  >&lt;p&gt;Thats great then &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; Patch was just merged by Shuva, so I can close this.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="28176">OPNFLWPLUG-908</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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>8718</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=8718]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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