<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:20:31 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>[NETVIRT-28] Wrong logging in NetvirtSfcStandaloneOF13Provider</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-28</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;In class org.opendaylight.netvirt.openstack.netvirt.sfc.standalone.openflow13.NetvirtSfcStandaloneOF13Provider, method processAclEntry(), logging is wrong. From line 185:&lt;/p&gt;

&lt;p&gt;185 long localOfPort = southbound.getOFPort(bridgeNode, CLIENT_PORT_NAME);&lt;br/&gt;
186 if (localOfPort == 0L) {&lt;br/&gt;
187     LOG.error(&quot;programAclEntry: Could not identify local port {} -&amp;gt; OF ({}) on {}&quot;,&lt;br/&gt;
188             CLIENT_GPE_PORT_NAME, localOfPort, bridgeNode);&lt;br/&gt;
189     return;&lt;br/&gt;
190 }&lt;/p&gt;

&lt;p&gt;Obviously, line 188 should be instead:&lt;/p&gt;

&lt;p&gt;188             CLIENT_PORT_NAME, localOfPort, bridgeNode);&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19949">NETVIRT-28</key>
            <summary>Wrong logging in NetvirtSfcStandaloneOF13Provider</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="dileep.ranganathan@intel.com">Dileep Ranganathan</assignee>
                                    <reporter username="jesus.javier.arauz@ericsson.com">Javier Arauz</reporter>
                        <labels>
                    </labels>
                <created>Mon, 13 Jun 2016 11:02:06 +0000</created>
                <updated>Fri, 9 Mar 2018 18:21:30 +0000</updated>
                            <resolved>Tue, 26 Jul 2016 19:20:13 +0000</resolved>
                                    <version>Beryllium</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="36187" author="jesus.javier.arauz@ericsson.com" created="Mon, 13 Jun 2016 13:04:47 +0000"  >&lt;p&gt;A little bit further down in the same file, starting at line 225:&lt;/p&gt;

&lt;p&gt;225 long tunnelOfPort = southbound.getOFPort(bridgeNode, SERVER_GPE_PORT_NAME);&lt;br/&gt;
226 if (tunnelOfPort == 0L) {&lt;br/&gt;
227     LOG.error(&quot;programAclEntry: Could not identify tunnel port {} -&amp;gt; OF ({}) on {}&quot;,&lt;br/&gt;
228             CLIENT_GPE_PORT_NAME, tunnelOfPort, bridgeNode);&lt;br/&gt;
229     return;&lt;br/&gt;
230 }&lt;br/&gt;
231&lt;br/&gt;
232 long localOfPort = southbound.getOFPort(bridgeNode, SERVER_PORT_NAME);&lt;br/&gt;
233 if (localOfPort == 0L) {&lt;br/&gt;
234     LOG.error(&quot;programAclEntry: Could not identify local port {} -&amp;gt; OF ({}) on {}&quot;,&lt;br/&gt;
235             CLIENT_GPE_PORT_NAME, localOfPort, bridgeNode);&lt;br/&gt;
236     return;&lt;br/&gt;
237 }&lt;/p&gt;

&lt;p&gt;Obviously, lines 228 and 235 should be instead, respectively:&lt;/p&gt;

&lt;p&gt;228             SERVER_GPE_PORT_NAME, tunnelOfPort, bridgeNode);&lt;/p&gt;

&lt;p&gt;235             SERVER_PORT_NAME, localOfPort, bridgeNode);&lt;/p&gt;</comment>
                            <comment id="36188" author="shague@redhat.com" created="Wed, 15 Jun 2016 01:33:00 +0000"  >&lt;p&gt;b: &lt;a href=&quot;https://git.opendaylight.org/gerrit/40257&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/40257&lt;/a&gt;&lt;br/&gt;
be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/40345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/40345&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>6056</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=6056]]></customfieldvalue>

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

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