<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:55 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-1381] Stale entry in default flow table 46 for NON NAPT switch, where table 26 pointing to tunnel</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1381</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Bug Recreate: &lt;/p&gt;

&lt;p&gt;	Login to the ODL VM&lt;br/&gt;
	Open the file ../../etc/opendaylight/datastore/initial/config/netvirt-natservice-config.xml&lt;br/&gt;
	With default value 5 , verify the rate limit in the table 46&lt;br/&gt;
	Change the default value to 0 (zero)&lt;br/&gt;
	Restart the ODL &lt;br/&gt;
	Verify zero rate limit in CSS for table 46 that is all the packets needs to be punted to the controller&lt;br/&gt;
	Change the default value to the positive number &lt;span class=&quot;error&quot;&gt;&amp;#91;20&amp;#93;&lt;/span&gt; and repeat it with higher numbers&lt;br/&gt;
	Restart the ODL &lt;br/&gt;
	Verify the changed value in CSS for table 46 and punt packets &lt;br/&gt;
	Verify the packet increment in the learnt flow&lt;br/&gt;
	Verify only one packet should be punted&lt;/p&gt;


&lt;p&gt;NAPT SWITCH:&lt;/p&gt;

&lt;p&gt;stack@pike-compute-1:/opt/stack/devstack$ curl -u admin:admin GET &lt;a href=&quot;http://192.168.100.201:8181/restconf/config/odl-nat:napt-switches&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.100.201:8181/restconf/config/odl-nat:napt-switches&lt;/a&gt;  | python -mjson.tool&lt;br/&gt;
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;br/&gt;
                                 Dload  Upload   Total   Spent    Left  Speed&lt;br/&gt;
  0     0    0     0    0     0      0      0 -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;-     0curl: (6) Could not resolve host: GET&lt;br/&gt;
100   135    0   135    0     0  13324      0 -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- 13324&lt;br/&gt;
{&lt;br/&gt;
    &quot;napt-switches&quot;: {&lt;br/&gt;
        &quot;router-to-napt-switch&quot;: [&lt;/p&gt;
            {
                &quot;primary-switch-id&quot;: 90980215257925,
                &quot;router-name&quot;: &quot;431a4f07-dd56-45a6-87cc-dcc54d8693c1&quot;
            }
&lt;p&gt;        ]&lt;br/&gt;
    }&lt;br/&gt;
}&lt;br/&gt;
stack@pike-compute-1:/opt/stack/devstack$ dpnid&lt;br/&gt;
dpnid is 90980215257925&lt;br/&gt;
stack@pike-compute-1:/opt/stack/devstack$ flows table=26&lt;br/&gt;
 cookie=0x8000006, duration=2101.545s, table=26, n_packets=0, n_bytes=0, priority=5,ip,metadata=0x30d44/0xfffffe actions=goto_table:46&lt;br/&gt;
stack@pike-compute-1:/opt/stack/devstack$&lt;br/&gt;
stack@pike-compute-1:/opt/stack/devstack$ flows table=46&lt;br/&gt;
 cookie=0x81286ab, duration=2105.707s, table=46, n_packets=0, n_bytes=0, priority=5,udp,metadata=0x30d44/0xfffffe actions=CONTROLLER:65535,learn(table=46,hard_timeout=30,priority=7,cookie=0x81286ab,eth_type=0x800,nw_proto=17,NXM_OF_IP_SRC[],NXM_OF_IP_DST[],NXM_OF_UDP_SRC[],NXM_OF_UDP_DST[],OXM_OF_METADATA&lt;span class=&quot;error&quot;&gt;&amp;#91;1..23&amp;#93;&lt;/span&gt;)&lt;br/&gt;
 cookie=0x8000008, duration=2105.707s, table=46, n_packets=0, n_bytes=0, priority=0,icmp,metadata=0x30d44/0xfffffe actions=drop&lt;br/&gt;
 cookie=0x81286ab, duration=2105.707s, table=46, n_packets=0, n_bytes=0, priority=5,tcp,metadata=0x30d44/0xfffffe actions=CONTROLLER:65535,learn(table=46,hard_timeout=30,priority=7,cookie=0x81286ab,eth_type=0x800,nw_proto=6,NXM_OF_IP_SRC[],NXM_OF_IP_DST[],NXM_OF_TCP_SRC[],NXM_OF_TCP_DST[],OXM_OF_METADATA&lt;span class=&quot;error&quot;&gt;&amp;#91;1..23&amp;#93;&lt;/span&gt;)&lt;br/&gt;
stack@pike-compute-1:/opt/stack/devstack$&lt;/p&gt;


&lt;p&gt;NON NAPT SWITCH&apos;]&lt;/p&gt;

&lt;p&gt;stack@pike-controller:~$ flows table=26&lt;br/&gt;
 cookie=0x8000006, duration=1536.665s, table=26, n_packets=0, n_bytes=0, priority=5,ip,metadata=0x30d44/0xfffffe actions=set_field:0x11173-&amp;gt;tun_id,group:225000&lt;br/&gt;
stack@pike-controller:~$&lt;br/&gt;
stack@pike-controller:~$&lt;br/&gt;
stack@pike-controller:~$&lt;br/&gt;
stack@pike-controller:~$ flows table=46&lt;br/&gt;
 cookie=0x81286ab, duration=1647.677s, table=46, n_packets=0, n_bytes=0, priority=5,tcp,metadata=0x30d44/0xfffffe actions=CONTROLLER:65535,learn(table=46,hard_timeout=20,priority=7,cookie=0x81286ab,eth_type=0x800,nw_proto=6,NXM_OF_IP_SRC[],NXM_OF_IP_DST[],NXM_OF_TCP_SRC[],NXM_OF_TCP_DST[],OXM_OF_METADATA&lt;span class=&quot;error&quot;&gt;&amp;#91;1..23&amp;#93;&lt;/span&gt;)&lt;br/&gt;
 cookie=0x81286ab, duration=1647.677s, table=46, n_packets=0, n_bytes=0, priority=5,udp,metadata=0x30d44/0xfffffe actions=CONTROLLER:65535,learn(table=46,hard_timeout=20,priority=7,cookie=0x81286ab,eth_type=0x800,nw_proto=17,NXM_OF_IP_SRC[],NXM_OF_IP_DST[],NXM_OF_UDP_SRC[],NXM_OF_UDP_DST[],OXM_OF_METADATA&lt;span class=&quot;error&quot;&gt;&amp;#91;1..23&amp;#93;&lt;/span&gt;)&lt;br/&gt;
 cookie=0x8000008, duration=1647.677s, table=46, n_packets=0, n_bytes=0, priority=0,icmp,metadata=0x30d44/0xfffffe actions=drop&lt;/p&gt;



&lt;p&gt;Karaf logs are attached&lt;/p&gt;</description>
                <environment></environment>
        <key id="30362">NETVIRT-1381</key>
            <summary>Stale entry in default flow table 46 for NON NAPT switch, where table 26 pointing to tunnel</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="10003" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Confirmed</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="xcheara">Chetan Arakere Gowdru</assignee>
                                    <reporter username="snaidus">Srinivas Balajinaidu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 Jul 2018 12:51:16 +0000</created>
                <updated>Wed, 27 Nov 2019 05:30:15 +0000</updated>
                                                                            <component>natservice</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="64114" author="tpantelis" created="Thu, 19 Jul 2018 13:00:37 +0000"  >&lt;p&gt;I don&apos;t know what &quot;hardtime out&quot; refers to. Either way this is not a controller issue so please re-open or move to the appropriate project - probably either netvirt, openflowplugin or ovsdb. &lt;/p&gt;</comment>
                            <comment id="64115" author="tpantelis" created="Thu, 19 Jul 2018 13:02:31 +0000"  >&lt;p&gt;I see this was already moved to netvirt.&lt;/p&gt;</comment>
                            <comment id="64152" author="snaidus" created="Mon, 23 Jul 2018 09:30:14 +0000"  >&lt;p&gt;attached latest karaf logs &lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14787" name="karaf.rar" size="292457" author="snaidus" created="Mon, 23 Jul 2018 09:27:54 +0000"/>
                            <attachment id="14766" name="karaf.rar" size="297872" author="snaidus" created="Thu, 19 Jul 2018 12:51:07 +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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03gyn:</customfieldvalue>

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