<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:21 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-1148] SNAT Traffic is not working with Dual Stack (IPv4 &amp; IPv6) Router Configuration</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1148</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;SNAT Traffic is not working with Dual Stack (IPv4 &amp;amp; IPv6) Router Configuration.&lt;/p&gt;

&lt;p&gt;Steps to be followed the Dual Stack Configuration.&lt;/p&gt;

&lt;p&gt;1) Create Network 1&lt;br/&gt;
2) Create IPv4 Subnet under Network 1&lt;br/&gt;
3) Create IPv6 Subnet under Network 1&lt;br/&gt;
4) Create Neutron Router 1&lt;br/&gt;
5) Attach IPv4 and IPv6 Subnets to Router 1&lt;br/&gt;
6) Boot VMs from the Network 1&lt;br/&gt;
7) Create External Network with provider type GRE&lt;br/&gt;
8) Create IPv4 External Subnet for IPv4 NATing &lt;br/&gt;
9) Create L3BGP-VPN (Internet) Instance&lt;br/&gt;
10) Associate L3BGP-VPN instance to External Network&lt;br/&gt;
11) Attach External network to Neutron Router 1 (Using Router Gateway Set command)&lt;br/&gt;
12) Initiate SNAT (External Network) traffic from Dual Stack VM&lt;/p&gt;

&lt;p&gt;SNAT IP + Port translation at Table 46 is failing with result that SNAT traffic is not working for dual stack VMs.&lt;/p&gt;

&lt;p&gt;Expected Behaviour: IPv4 NAT traffic should work with dual stack router configuration.&lt;/p&gt;


</description>
                <environment></environment>
        <key id="29400">NETVIRT-1148</key>
            <summary>SNAT Traffic is not working with Dual Stack (IPv4 &amp; IPv6) Router Configuration</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.opendaylight.org/images/icons/priorities/blocker.svg">Highest</priority>
                        <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="Karthikeyan">Karthikeyan Krishnan</assignee>
                                    <reporter username="Karthikeyan">Karthikeyan Krishnan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Mar 2018 05:12:46 +0000</created>
                <updated>Tue, 20 Mar 2018 04:12:38 +0000</updated>
                            <resolved>Tue, 20 Mar 2018 04:09:39 +0000</resolved>
                                    <version>Oxygen</version>
                                    <fixVersion>Oxygen</fixVersion>
                    <fixVersion>Fluorine</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                    <workratio workratioPercent="100"/>
                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="100" backgroundColor="#89afd7"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="100" backgroundColor="#89afd7"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                    <timeoriginalestimate seconds="172800">1 week, 1 day</timeoriginalestimate>
                            <timeestimate seconds="0">0 minutes</timeestimate>
                            <timespent seconds="172800">1 week, 1 day</timespent>
                                <comments>
                            <comment id="61664" author="karthikeyan" created="Mon, 12 Mar 2018 05:53:45 +0000"  >&lt;p&gt;Working on the fix to work NAT traffic properly with Dual-Stack Router Configurations.&lt;/p&gt;</comment>
                            <comment id="61670" author="karthikeyan" created="Mon, 12 Mar 2018 11:08:54 +0000"  >&lt;p&gt;Please refer the below link for code review in ODL netvirt- Master (Fluorine)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/69369/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/69369/&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="61811" author="karthikeyan" created="Tue, 20 Mar 2018 04:09:39 +0000"  >&lt;p&gt;Please refer the below link for fix got merged into ODL- Master (Fluorine)&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/69369/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/69369/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please refer the below link for fix got merged into ODL- Stable/Oxygen&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/69373/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/69373/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="61812" author="karthikeyan" created="Tue, 20 Mar 2018 04:11:21 +0000"  >&lt;p&gt;Please refer the below CSIT gate jobs for ODL-Stable/Oxygen with NAT controller based as well as conntrack based ran.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-openstack-queens-gate-stateful-oxygen/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-openstack-queens-gate-stateful-oxygen/112/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-openstack-queens-gate-stateful-snat-conntrack-oxygen/3/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-openstack-queens-gate-stateful-snat-conntrack-oxygen/3/&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03bj3:</customfieldvalue>

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