<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:56 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-1388] neutron router-update after vpn association not working for ipv6 extra routes</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1388</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Test Case:&lt;/p&gt;

&lt;p&gt;-&amp;gt;Create 8 Networks , 16 VMs&lt;/p&gt;

&lt;p&gt;-&amp;gt;Create router R1 and add 8 subnets to the router.&lt;/p&gt;

&lt;p&gt;-&amp;gt;1 VMs in each of the 8 network host one ipv4 and ipv6 extra route.&#160;&lt;/p&gt;

&lt;p&gt;-&amp;gt;Create vpn instance with 8 rds and associate router to the vpn.&lt;/p&gt;

&lt;p&gt;-&amp;gt;configure extra route with 8 VMs ips as next hops.&lt;/p&gt;

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

&lt;p&gt;Issue:&lt;/p&gt;

&lt;p&gt;ECMP groups having missing buckets towards some of these&#160; VMs as below:&lt;/p&gt;

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

&lt;p&gt;Compute-0-1: IPv4(working) - IPV6(Non working - 3 buckets missing in groups)&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sh table.sh 21 | grep 20.0.0&lt;br/&gt;
 cookie=0x8000003, duration=2178.617s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30da2/0xfffffe,nw_dst=20.0.0.0/24 actions=group:150065&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sudo ovs-ofctl dump-groups br-int &lt;del&gt;O Openflow13 | grep 150065 group_id=150065,type=select,bucket=actions=group:150055,bucket=actions=group:150034,bucket=actions=group:150035,bucket=actions=group:150041,bucket=actions=set_field:0x18713&lt;/del&gt;&amp;gt;tun_id,set_field:fa:16:3e:87:f3:e0-&amp;gt;eth_dst,output:52,bucket=actions=set_field:0x18713-&amp;gt;tun_id,set_field:fa:16:3e:b7:cf:39-&amp;gt;eth_dst,output:52,bucket=actions=set_field:0x18713-&amp;gt;tun_id,set_field:fa:16:3e:f8:43:54-&amp;gt;eth_dst,output:52,bucket=actions=set_field:0x18713-&amp;gt;tun_id,set_field:fa:16:3e:33:ad:93-&amp;gt;eth_dst,output:52&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sh table.sh 21 | grep 2111&lt;br/&gt;
 cookie=0x8000003, duration=2225.182s, table=21, n_packets=0, n_bytes=0, priority=74,ipv6,metadata=0x30da2/0xfffffe,ipv6_dst=2111:12f:862:18::/64 actions=group:150067&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150067&lt;br/&gt;
group_id=150067,type=select,bucket=actions=group:150056,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:87:f3:e0-&amp;gt;eth_dst,output:52,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:33:ad:93-&amp;gt;eth_dst,output:52,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:f8:43:54-&amp;gt;eth_dst,output:52,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:b7:cf:39-&amp;gt;eth_dst,output:52 --&amp;gt;Should contain 3 more local buckets&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sh table.sh 20 | grep 100115&lt;br/&gt;
 cookie=0x8000002, duration=2352.567s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=100115 actions=pop_mpls:0x0800,group:150066&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150066&lt;br/&gt;
 group_id=150066,type=select,bucket=actions=group:150055,bucket=actions=group:150034,bucket=actions=group:150035,bucket=actions=group:150041&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sh table.sh 20 | grep 100114&lt;br/&gt;
 cookie=0x8000002, duration=2419.175s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=100114 actions=pop_mpls:0x86dd,group:150068&lt;/p&gt;

&lt;p&gt;root@compute-0-1:~# sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150068&lt;br/&gt;
 group_id=150068,type=select,bucket=actions=group:150056 --&amp;gt;Should contain 3 more buckets&lt;/p&gt;

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

&lt;p&gt;Compute-0-2:IPv4(Not working - 1 bucket missing) - IPV6(Not working - 3 buckets missing)&lt;/p&gt;

&lt;p&gt;sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150065&lt;br/&gt;
 group_id=150065,type=select,bucket=actions=group:150058,bucket=actions=group:150052,bucket=actions=group:150048,bucket=actions=set_field:0x18713-&amp;gt;tun_id,set_field:fa:16:3e:84:25:4e-&amp;gt;eth_dst,output:150,bucket=actions=set_field:0x18713-&amp;gt;tun_id,set_field:fa:16:3e:ec:17:4c-&amp;gt;eth_dst,output:150,bucket=actions=set_field:0x18713-&amp;gt;tun_id,set_field:fa:16:3e:e9:59:fa-&amp;gt;eth_dst,output:150 -&amp;gt;Should contain 1 more bucket&lt;/p&gt;

&lt;p&gt;root@compute-0-2:~# sh table.sh 21 | grep 2111&lt;br/&gt;
 cookie=0x8000003, duration=3708.774s, table=21, n_packets=0, n_bytes=0, priority=74,ipv6,metadata=0x30da2/0xfffffe,ipv6_dst=2111:12f:862:18::/64 actions=group:150067&lt;/p&gt;

&lt;p&gt;root@compute-0-2:~# sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150067&lt;br/&gt;
group_id=150067,type=select,bucket=actions=group:150059,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:e9:59:fa-&amp;gt;eth_dst,output:150,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:84:25:4e-&amp;gt;eth_dst,output:150,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:ec:17:4c-&amp;gt;eth_dst,output:150,bucket=actions=set_field:0x18712-&amp;gt;tun_id,set_field:fa:16:3e:ff:56:b2-&amp;gt;eth_dst,output:150 -&amp;gt;Should contain 3 more local buckets&lt;/p&gt;

&lt;p&gt;root@compute-0-2:~# sh table.sh 20 | grep 100115&lt;br/&gt;
 cookie=0x8000002, duration=3737.633s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=100115 actions=pop_mpls:0x0800,group:150066&lt;/p&gt;

&lt;p&gt;root@compute-0-2:~# sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150066&lt;br/&gt;
 group_id=150066,type=select,bucket=actions=group:150058,bucket=actions=group:150052,bucket=actions=group:150048 -&amp;gt;Should contain 1 more bucket&lt;/p&gt;

&lt;p&gt;root@compute-0-2:~# sh table.sh 20 | grep 100114&lt;br/&gt;
 cookie=0x8000002, duration=3768.043s, table=20, n_packets=0, n_bytes=0, priority=10,mpls,mpls_label=100114 actions=pop_mpls:0x86dd,group:150068&lt;/p&gt;

&lt;p&gt;root@compute-0-2:~# sudo ovs-ofctl dump-groups br-int -O Openflow13 | grep 150068&lt;br/&gt;
 group_id=150068,type=select,bucket=actions=group:150059 --&amp;gt;Should contain 3 more buckets&lt;/p&gt;

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

&lt;p&gt;Configurations and logs are attached.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30504">NETVIRT-1388</key>
            <summary>neutron router-update after vpn association not working for ipv6 extra routes</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="10000">Done</resolution>
                                        <assignee username="Karthikeyan">Karthikeyan Krishnan</assignee>
                                    <reporter username="Sindhuri">Sindhuri B</reporter>
                        <labels>
                            <label>VPNV6</label>
                    </labels>
                <created>Tue, 31 Jul 2018 12:05:39 +0000</created>
                <updated>Fri, 3 Aug 2018 04:59:28 +0000</updated>
                            <resolved>Fri, 3 Aug 2018 04:59:28 +0000</resolved>
                                                    <fixVersion>Oxygen-SR3</fixVersion>
                                    <component>ipv6service</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                            <timeestimate seconds="0">0 minutes</timeestimate>
                            <timespent seconds="86400">3 days</timespent>
                                <comments>
                            <comment id="64522" author="karthikeyan" created="Fri, 3 Aug 2018 04:59:28 +0000"  >&lt;p&gt;Please refer the below gerrit link for fix got merged into stable/oxygen SR3 release.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74740/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74740/&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This fix is already available in Fluorine branch. Also reported issue is not been observed. Hence cherry-picking this fix to fluorine branch is not required.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14900" name="configurations.txt" size="15927" author="Sindhuri" created="Tue, 31 Jul 2018 12:07:38 +0000"/>
                            <attachment id="14901" name="issue_description.txt" size="10138" author="Sindhuri" created="Tue, 31 Jul 2018 12:07:44 +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|i03hb3:</customfieldvalue>

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