<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:37 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-1256] ECMP UC2 with 2 DCGW not working</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1256</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;karaf@root()&amp;gt; fib-show&lt;/p&gt;

&lt;p&gt;&#160;&#160; RD&#160;&#160;&#160;&#160;&#160;&#160; Prefix&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; NextHop&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Label&#160;&#160;&#160; Origin&lt;/p&gt;

&lt;p&gt;&#160;&#160; -------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;&#160;&#160; 300:1&#160;&#160;&#160; 30.1.1.2/32&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 192.168.56.101&#160;&#160;&#160;&#160;&#160;&#160;&#160; 100002&#160;&#160; l&lt;/p&gt;

&lt;p&gt;&#160;&#160; 300:1&#160;&#160;&#160; 10.1.1.1/32&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 192.168.56.103&#160;&#160;&#160;&#160;&#160;&#160;&#160; 5000&#160;&#160;&#160;&#160; b&lt;/p&gt;

&lt;p&gt;&#160;&#160; 300:1&#160;&#160;&#160; 10.1.1.1/32&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 192.168.56.104&#160;&#160;&#160;&#160;&#160;&#160;&#160; 6000&#160;&#160;&#160;&#160; b&lt;/p&gt;

&lt;p&gt;&#160;&#160; 300:1&#160;&#160;&#160; 30.1.1.0/24&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 192.168.56.101&#160;&#160;&#160;&#160;&#160;&#160;&#160; 100001&#160;&#160; c&lt;/p&gt;

&lt;p&gt;karaf@root()&amp;gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;though fib has 2 NH, table 21 points to only one&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;table 21 is still not pointing to select group and select group is not created&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;stack@queens:~/devstack$ sudo ovs-ofctl dump-flows br-int -OOpenflow13 | grep table=21,&lt;/p&gt;

&lt;p&gt;cookie=0x8000003, duration=1182.949s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d40/0xfffffe,nw_dst=30.1.1.2 actions=group:150000&lt;/p&gt;

&lt;p&gt;cookie=0x8000003, duration=472.898s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d40/0xfffffe,nw_dst=10.1.1.1 actions=push_mpls:0x8847,set_field:5000-&amp;gt;mpls_label,load:0-&amp;gt;NXM_OF_IN_PORT[],load:0x100-&amp;gt;NXM_NX_REG6[],resubmit(,220)&lt;/p&gt;

&lt;p&gt;cookie=0x8000003, duration=1183.471s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d40/0xfffffe,nw_dst=30.1.1.0/24 actions=write_metadata:0x1389030d40/0xfffffffffe,goto_table:22&lt;/p&gt;

&lt;p&gt;stack@queens:~/devstack$&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;stack@queens:~/devstack$ sudo ovs-ofctl dump-groups br-int -OOpenflow13&lt;/p&gt;

&lt;p&gt;OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;/p&gt;

&lt;p&gt;group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)&lt;/p&gt;

&lt;p&gt;group_id=210001,type=all,bucket=actions=set_field:0x2-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;group_id=210002,type=all,bucket=actions=group:210001&lt;/p&gt;

&lt;p&gt;group_id=150000,type=all,bucket=actions=set_field:fd:7f:00:00:76:18-&amp;gt;eth_src,set_field:fa:16:3e:a9:91:c6-&amp;gt;eth_dst,load:0x200-&amp;gt;NXM_NX_REG6[],resubmit(,220)&lt;/p&gt;

&lt;p&gt;stack@queens:~/devstack$&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;2018-05-12 10:54:45,184 | INFO&#160; | ool-201-thread-1 | BgpConfigurationManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 339 - org.opendaylight.netvirt.bgpmanager-impl - 0.6.0.SNAPSHOT | ADD: Adding Fib entry rd 300:1 prefix 10.1.1.1 nexthop 192.168.56.103 label 5000 afi AFI_IP&lt;/p&gt;

&lt;p&gt;2018-05-12 10:54:45,186 | INFO&#160; | ool-201-thread-1 | BgpConfigurationManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 339 - org.opendaylight.netvirt.bgpmanager-impl - 0.6.0.SNAPSHOT | ADD: Added Fib entry rd 300:1 prefix 10.1.1.1 nexthop 192.168.56.103 label 5000&lt;/p&gt;

&lt;p&gt;2018-05-12 10:54:45,189 | INFO&#160; | atchingManager-0 | ResourceBatchingManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 260 - org.opendaylight.genius.mdsalutil-api - 0.4.0.SNAPSHOT | Total taken ##time = 3ms for resourceList of size 1 for resourceType BGP-RESOURCES&lt;/p&gt;

&lt;p&gt;2018-05-12 10:54:45,189 | INFO&#160; | eChangeHandler-0 | VrfEntryListener&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 350 - org.opendaylight.netvirt.fibmanager-impl - 0.6.0.SNAPSHOT | ADD: Added Fib Entry rd 300:1 prefix 10.1.1.1/32 route-paths &lt;span class=&quot;error&quot;&gt;&amp;#91;RoutePaths\{getLabel=5000, getNexthopAddress=192.168.56.103, augmentations={}}&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;2018-05-12 10:54:45,239 | WARN&#160; | atchingManager-0 | NexthopManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 350 - org.opendaylight.netvirt.fibmanager-impl - 0.6.0.SNAPSHOT | Failed to determine network type for prefixIp 10.1.1.1/32 using tunnel&lt;/p&gt;

&lt;p&gt;2018-05-12 10:54:45,359 | INFO&#160; | atchingManager-0 | ResourceBatchingManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 260 - org.opendaylight.genius.mdsalutil-api - 0.4.0.SNAPSHOT | Total taken ##time = 169ms for resourceList of size 1 for resourceType FIB-VRFENTRY&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:12,647 | INFO&#160; | er@1917ad90Timer | teInvalidatingHashSessionManager | 444 - org.ops4j.pax.web.pax-web-jetty - 6.0.7 | Timing out for 1 session(s) with id 1jx5lx9pdx9w1sm5khj2c2p43&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,797 | INFO&#160; | ool-201-thread-1 | BgpConfigurationManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 339 - org.opendaylight.netvirt.bgpmanager-impl - 0.6.0.SNAPSHOT | ADD: Adding Fib entry rd 300:1 prefix 10.1.1.1 nexthop 192.168.56.104 label 6000 afi AFI_IP&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,797 | INFO&#160; | ool-201-thread-1 | BgpConfigurationManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 339 - org.opendaylight.netvirt.bgpmanager-impl - 0.6.0.SNAPSHOT | ADD: Added Fib entry rd 300:1 prefix 10.1.1.1 nexthop 192.168.56.104 label 6000&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,825 | INFO&#160; | atchingManager-0 | ResourceBatchingManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 260 - org.opendaylight.genius.mdsalutil-api - 0.4.0.SNAPSHOT | Total taken ##time = 27ms for resourceList of size 1 for resourceType BGP-RESOURCES&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,825 | INFO&#160; | eChangeHandler-0 | VrfEntryListener&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 350 - org.opendaylight.netvirt.fibmanager-impl - 0.6.0.SNAPSHOT | UPDATE: Updated BGP advertised Fib Entry with rd 300:1 prefix 10.1.1.1/32 route-paths [RoutePaths{getLabel=5000, getNexthopAddress=192.168.56.103,&lt;/p&gt;

&lt;p&gt;augmentations={}}, RoutePaths{getLabel=6000, getNexthopAddress=192.168.56.104, augmentations={}}]&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,825 | WARN&#160; | atchingManager-0 | NexthopManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 350 - org.opendaylight.netvirt.fibmanager-impl - 0.6.0.SNAPSHOT | Failed to determine network type for prefixIp 10.1.1.1/32 using tunnel&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,826 | WARN&#160; | atchingManager-0 | NexthopManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 350 - org.opendaylight.netvirt.fibmanager-impl - 0.6.0.SNAPSHOT | Failed to determine network type for prefixIp 10.1.1.1/32 using tunnel&lt;/p&gt;

&lt;p&gt;2018-05-12 10:55:16,826 | WARN&#160; | atchingManager-0 | NexthopManager&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; | 350 - org.opendaylight.netvirt.fibmanager-impl - 0.6.0.SNAPSHOT | RPC Call to getTunnelInterfaceName returned with Errors []&lt;/p&gt;</description>
                <environment></environment>
        <key id="29958">NETVIRT-1256</key>
            <summary>ECMP UC2 with 2 DCGW not working</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <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="10001">Won&apos;t Do</resolution>
                                        <assignee username="ashwinbc">Ashwin B C</assignee>
                                    <reporter username="evyshak">Vyshakh Krishnan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 May 2018 06:44:42 +0000</created>
                <updated>Mon, 25 Nov 2019 07:54:31 +0000</updated>
                            <resolved>Mon, 25 Nov 2019 07:54:31 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="67441" author="abhinav.gupta" created="Mon, 25 Nov 2019 07:54:31 +0000"  >&lt;p&gt;UC not pursued any longer&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ei7:</customfieldvalue>

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