<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:05 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>[VPNSERVICE-4] Table 20 and 21 entries not installed in single dpn scenario</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-4</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;When vpn service is configured for single dpn 2 hosts scenario, the table 20 and 21 entries are not being configured in the switch.&lt;/p&gt;

&lt;p&gt;Steps:&lt;br/&gt;
====&lt;br/&gt;
-&amp;gt;install vpnservice&lt;br/&gt;
&lt;del&gt;&amp;gt;connect switch  h1&lt;/del&gt;-&lt;del&gt;s1&lt;/del&gt;--h2&lt;br/&gt;
-&amp;gt;Create vpn instance&lt;br/&gt;
-&amp;gt;Create ietf interfaces for s1-eth1 and s1-eth2&lt;br/&gt;
-&amp;gt;create vpn insterfaces for s1-eth1 and s1-eth2&lt;/p&gt;

&lt;p&gt;Fib entries are seen in the datastore for the 2 hosts as below:&lt;/p&gt;

&lt;p&gt;Fib entries:&lt;br/&gt;
===========&lt;br/&gt;
&lt;a href=&quot;http://localhost:8181/restconf/config/odl-fib:fibEntries/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/odl-fib:fibEntries/&lt;/a&gt;&lt;br/&gt;
Response Body&lt;br/&gt;
{&lt;br/&gt;
  &quot;fibEntries&quot;: {&lt;br/&gt;
    &quot;vrfTables&quot;: [&lt;br/&gt;
      {&lt;br/&gt;
        &quot;routeDistinguisher&quot;: &quot;4000:1&quot;,&lt;br/&gt;
        &quot;vrfEntry&quot;: [&lt;br/&gt;
          &lt;/p&gt;
{
            &quot;destPrefix&quot;: &quot;10.0.0.2&quot;,
            &quot;label&quot;: 2
          }
&lt;p&gt;,&lt;/p&gt;
          {
            &quot;destPrefix&quot;: &quot;10.0.0.1&quot;,
            &quot;label&quot;: 3
          }
&lt;p&gt;        ]&lt;br/&gt;
      }&lt;br/&gt;
    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Switch entries:&lt;br/&gt;
===========&lt;br/&gt;
mininet&amp;gt; dpctl dump-groups -O OpenFlow13&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=1,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:d2:18:94:2b:ce:29-&amp;gt;eth_dst,output:2&lt;br/&gt;
group_id=2,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:aa:18:58:dd:12:55-&amp;gt;eth_dst,output:1&lt;br/&gt;
mininet&amp;gt; dpctl dump-flows -O OpenFlow13&lt;/li&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
cookie=0x8000001, duration=1011.452s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=1 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
cookie=0x8000001, duration=1011.465s, table=0, n_packets=0, n_bytes=0, priority=10,in_port=2 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
cookie=0x1030000, duration=1343.440s, table=20, n_packets=0, n_bytes=0, priority=0 actions=write_actions(CONTROLLER:65535)&lt;br/&gt;
cookie=0x8000003, duration=1343.440s, table=21, n_packets=0, n_bytes=0, priority=0 actions=write_actions(CONTROLLER:65535)&lt;br/&gt;
mininet&amp;gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Errors observed in the controller:&lt;br/&gt;
=========================&lt;/p&gt;

&lt;p&gt;2015-05-18 15:45:24,497 | ERROR | lt-dispatcher-30 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | Could not get nexthop group id for nexthop: null in vpn 4000:1&lt;br/&gt;
2015-05-18 15:45:24,497 | WARN  | lt-dispatcher-30 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | Failed to add Route: 10.0.0.2 in vpn: 4000:1&lt;br/&gt;
2015-05-18 15:45:24,498 | ERROR | lt-dispatcher-30 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | Could not get nexthop group id for nexthop: null in vpn 4000:1&lt;br/&gt;
2015-05-18 15:45:24,499 | WARN  | lt-dispatcher-30 | FibManager                       | 215 - org.opendaylight.vpnservice.fibmanager-impl - 0.1.0.SNAPSHOT | Failed to add Route: 10.0.0.1 in vpn: 4000:1&lt;/p&gt;



&lt;p&gt;Workaround:&lt;br/&gt;
==========&lt;br/&gt;
Workaroung is to configure GRE tunnel for single dpn scenario also.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21613">VPNSERVICE-4</key>
            <summary>Table 20 and 21 entries not installed in single dpn scenario</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="sindhuri.b@ericsson.com">Sindhuri B</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 May 2015 05:26:49 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:03 +0000</updated>
                            <resolved>Wed, 24 Jun 2015 09:22:18 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40469" author="sindhuri.b@ericsson.com" created="Thu, 21 May 2015 05:26:49 +0000"  >&lt;p&gt;Attachment configuration.txt has been added with description: configuration&lt;/p&gt;</comment>
                            <comment id="40470" author="sindhuri.b@ericsson.com" created="Thu, 21 May 2015 05:28:56 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf logs&lt;/p&gt;</comment>
                            <comment id="40468" author="sindhuri.b@ericsson.com" created="Fri, 5 Jun 2015 07:21:05 +0000"  >&lt;p&gt;After the fix, without configuring GRE tunnels the entries in the switch are programmed correctly.&lt;/p&gt;

&lt;p&gt;mininet&amp;gt; dpctl dump-flows -O OpenFlow13&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=5.098s, table=0, n_packets=0, n_bytes=0, arp actions=FLOOD&lt;br/&gt;
 cookie=0x8000001, duration=5.052s, table=0, n_packets=4, n_bytes=340, priority=10,in_port=2 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
 cookie=0x8000001, duration=5.052s, table=0, n_packets=5, n_bytes=418, priority=10,in_port=1 actions=write_metadata:0x1/0xffffffff,goto_table:21&lt;br/&gt;
 cookie=0x8000002, duration=5.038s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=3 actions=write_actions(group:2)&lt;br/&gt;
 cookie=0x8000002, duration=5.038s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=2 actions=write_actions(group:1)&lt;br/&gt;
 cookie=0x8000003, duration=5.052s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.1 actions=write_actions(push_mpls:0x8847,set_field:2-&amp;gt;mpls_label,group:1)&lt;br/&gt;
 cookie=0x8000003, duration=5.038s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x1/0xffffffff,nw_dst=10.0.0.2 actions=write_actions(push_mpls:0x8847,set_field:3-&amp;gt;mpls_label,group:2)&lt;br/&gt;
mininet&amp;gt; dpctl dump-groups -O OpenFlow13&lt;/li&gt;
			&lt;li&gt;s1 ------------------------------------------------------------------------&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
 group_id=1,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:00:00:00:00:00:01-&amp;gt;eth_dst,output:1&lt;br/&gt;
 group_id=2,type=indirect,bucket=weight:0,actions=pop_mpls:0x0800,set_field:00:00:00:00:00:02-&amp;gt;eth_dst,output:2&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;mininet&amp;gt; h1 ping h2&lt;br/&gt;
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.&lt;br/&gt;
64 bytes from 10.0.0.2: icmp_seq=3 ttl=64 time=0.120 ms&lt;br/&gt;
64 bytes from 10.0.0.2: icmp_seq=4 ttl=64 time=0.106 ms&lt;br/&gt;
64 bytes from 10.0.0.2: icmp_seq=5 ttl=64 time=0.103 ms&lt;br/&gt;
64 bytes from 10.0.0.2: icmp_seq=6 ttl=64 time=0.121 ms&lt;br/&gt;
64 bytes from 10.0.0.2: icmp_seq=7 ttl=64 time=0.116 ms&lt;br/&gt;
64 bytes from 10.0.0.2: icmp_seq=8 ttl=64 time=0.072 ms&lt;br/&gt;
^C&lt;br/&gt;
&amp;#8212; 10.0.0.2 ping statistics &amp;#8212;&lt;br/&gt;
8 packets transmitted, 6 received, 25% packet loss, time 7000ms&lt;br/&gt;
rtt min/avg/max/mdev = 0.072/0.106/0.121/0.018 ms&lt;br/&gt;
mininet&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12758" name="configuration.txt" size="1310" author="sindhuri.b@ericsson.com" created="Thu, 21 May 2015 05:26:49 +0000"/>
                            <attachment id="12759" name="karaf.log" size="181813" author="sindhuri.b@ericsson.com" created="Thu, 21 May 2015 05:28:56 +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>3320</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=3320]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10101" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10104"><![CDATA[normal]]></customfieldvalue>

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