<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:22:41 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-871] SNAT not working from Non-NAPT switch node</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-871</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;ISSUE : The SNAT implementation in the ODL chooses a NAPT switch among the control and compute nodes. In this NAPT switch node only the table 21 flows are written and in the non-NAPT switch these flows are absent.&lt;/p&gt;

&lt;p&gt;      Due to this in the SNAT scenario when we initiate  communication from the non-napt switch, it fails.&lt;/p&gt;

&lt;p&gt;This is due to the table 47 and table 21(few flows) flows that are absent in the non-napt switch node.&lt;/p&gt;


&lt;p&gt;This issue is seen in both the controller and conntrack mode, but the behavior is different in both these nodes.&lt;/p&gt;

&lt;p&gt;IN Controller Mode - The SNAT scenario when we initiate communication from the non-napt switch, it fails during the first attempt.Then when we try  from the napt switch node SNAT works perfectly fine, &lt;/p&gt;

&lt;p&gt;    After this step when we try to communicate from the other VM (non-napt switch node) it succeeds. &lt;/p&gt;

&lt;p&gt;This is due to the table 47 and table 21(few flows) flows that are absent in the non-napt switch node.&lt;/p&gt;

&lt;p&gt;     Once we establish the communication from the VM in the napt switch node, the table 21 flow occurs in the non-napt switch node.&lt;/p&gt;



&lt;p&gt;IN Conntrack Mode - From the non-napt switch SNAT fails completely , even after trying SNAT from the napt switch node VM. SNAT from the non-napt switch fails.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20792">NETVIRT-871</key>
            <summary>SNAT not working from Non-NAPT switch node</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <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="10002">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="yogalakshmi.pa@hcl.com">YOGA LAKSHMI SWETHA PAYYAVULA</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 Aug 2017 07:46:15 +0000</created>
                <updated>Mon, 8 Apr 2019 16:58:30 +0000</updated>
                            <resolved>Tue, 10 Oct 2017 05:53:00 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="38332" author="aswins" created="Mon, 28 Aug 2017 06:22:02 +0000"  >&lt;p&gt;The non-NAPT switches will not have the table 47 entries. The packet will be forwarded to tunnel from table 26 to the NAPT switch and translation happens in NAPT switch.&lt;/p&gt;

&lt;p&gt;Could you please provide the flow dumps in NAPT and Non NAPT switches.&lt;/p&gt;</comment>
                            <comment id="38333" author="yogalakshmi.pa@hcl.com" created="Fri, 1 Sep 2017 12:37:52 +0000"  >&lt;p&gt;PFA for the dump flows for napt and non-napt switches&lt;/p&gt;</comment>
                            <comment id="38346" author="yogalakshmi.pa@hcl.com" created="Fri, 1 Sep 2017 12:37:52 +0000"  >&lt;p&gt;Attachment dump_flows_9035 has been added with description: dump flows&lt;/p&gt;</comment>
                            <comment id="38334" author="yogalakshmi.pa@hcl.com" created="Mon, 18 Sep 2017 07:21:26 +0000"  >&lt;p&gt;Please ignore the previous attachment&lt;/p&gt;</comment>
                            <comment id="38347" author="yogalakshmi.pa@hcl.com" created="Mon, 18 Sep 2017 07:21:26 +0000"  >&lt;p&gt;Attachment Dumpflows_9053.txt has been added with description: Napt and no-napt flows&lt;/p&gt;</comment>
                            <comment id="38335" author="yogalakshmi.pa@hcl.com" created="Mon, 18 Sep 2017 07:29:36 +0000"  >&lt;p&gt;Steps to Reproduce the Issue in Controller Mode :&lt;/p&gt;

&lt;p&gt;1. Create Internal Network, Subnet&lt;br/&gt;
2. Create 2 VM&apos;s for the internal network&lt;br/&gt;
3. Create External Network and subnet&lt;br/&gt;
4. Create router and associate the router to both the networks&lt;br/&gt;
5. From the Non-Napt Switch VM initiate SNAT communication&lt;/p&gt;

&lt;p&gt;SNAT Communication FAILS&lt;/p&gt;

&lt;p&gt;6. From the Napt Switch VM initiate the SNAT communication it succeeds&lt;br/&gt;
7. Repeat the Step5, now the SNAT works fine&lt;/p&gt;




&lt;p&gt;IN Conntrack Mode - From the non-napt switch SNAT fails completely , even after trying SNAT from the napt switch node VM. SNAT from the non-napt switch fails.&lt;br/&gt;
The Step 5 and Step 7 both fails.&lt;/p&gt;</comment>
                            <comment id="38336" author="aswins" created="Tue, 19 Sep 2017 13:46:23 +0000"  >&lt;p&gt;Could you please upload the flows in conntrack mode as well? Also where you able to locate where exactly the packet is dropped? In conntrack mode ping is supported so you can try it , which will give sufficient packet count to trace where it is dropped. I don&apos;t see packet counts for table 26 and for router mac flow in table 19  in the flow dump. Is it passing successfully through the acl tables?&lt;/p&gt;</comment>
                            <comment id="38348" author="balakrishnan" created="Fri, 22 Sep 2017 08:48:59 +0000"  >&lt;p&gt;Attachment karaf.log.zip has been added with description: ODL log&lt;/p&gt;</comment>
                            <comment id="38337" author="balakrishnan" created="Fri, 22 Sep 2017 08:49:59 +0000"  >&lt;p&gt;(In reply to Aswin Suryanarayanan from comment #5)&lt;br/&gt;
&amp;gt; Could you please upload the flows in conntrack mode as well? Also where you&lt;br/&gt;
&amp;gt; able to locate where exactly the packet is dropped? In conntrack mode ping&lt;br/&gt;
&amp;gt; is supported so you can try it , which will give sufficient packet count to&lt;br/&gt;
&amp;gt; trace where it is dropped. I don&apos;t see packet counts for table 26 and for&lt;br/&gt;
&amp;gt; router mac flow in table 19  in the flow dump. Is it passing successfully&lt;br/&gt;
&amp;gt; through the acl tables?&lt;/p&gt;

&lt;p&gt;Aswin,&lt;br/&gt;
  Attached the conntrack flows for control and compute nodes. &lt;/p&gt;

&lt;p&gt; case1: initiate ping from Non NAPT switch at first.&lt;br/&gt;
 compute node 1 selected as NAPT switch , when we initiate ping first time from VM instance(30.0.0.7) created in compute node2.&lt;br/&gt;
 Not getting dropped in the compute node1, finally the packet reaching table 22 flow.&lt;br/&gt;
 cookie=0x8000004, duration=1474.961s, table=22, n_packets=254, n_bytes=24892, priority=0 actions=CONTROLLER:65535&lt;br/&gt;
 and ping failed.&lt;br/&gt;
 controller log some error are displayed.&lt;/p&gt;

&lt;p&gt; ERROR:&lt;br/&gt;
 2017-09-22 16:03:02,767 | ERROR | pool-16-thread-1 | SubnetRoutePacketInHandler       | 360 - org.opendaylight.netvirt.vpnmanager-impl - 0.4.2.SNAPSHOT | Vpn interface tune09d81ac14f doesn&apos;t exist.&lt;br/&gt;
2017-09-22 16:03:03,769 | ERROR | pool-16-thread-1 | SubnetRoutePacketInHandler       | 360 - org.opendaylight.netvirt.vpnmanager-impl - 0.4.2.SNAPSHOT | Vpn interface tune09d81ac14f doesn&apos;t exist.&lt;br/&gt;
2017-09-22 16:03:04,770 | ERROR | pool-16-thread-1 | SubnetRoutePacketInHandler       | 360 - org.opendaylight.netvirt.vpnmanager-impl - 0.4.2.SNAPSHOT | Vpn interface tune09d81ac14f doesn&apos;t exist.&lt;br/&gt;
2017-09-22 16:03:05,769 | ERROR | pool-16-thread-1 | SubnetRoutePacketInHandler       | 360 - org.opendaylight.netvirt.vpnmanager-impl - 0.4.2.SNAPSHOT | Vpn interface tune09d81ac14f doesn&apos;t exist.&lt;br/&gt;
2017-09-22 16:03:06,772 | ERROR | pool-16-thread-1 | SubnetRoutePacketInHandler       | 360 - org.opendaylight.netvirt.vpnmanager-impl - 0.4.2.SNAPSHOT | Vpn interface tune09d81ac14f doesn&apos;t exist.&lt;br/&gt;
2017-09-22 16:03:47,494 | INFO  | pool-16-thread-1 | ArpUtils                         | 360 - org.opendaylight.netvirt.vpnmanager-impl - 0.4.2.SNAPSHOT | SubnetRoutePacketInHandler: sendArpRequest dpnId 225338375821825, actions [], groupId 210006, senderIPAddress 192.168.90.21, targetIPAddress 192.168.90.1&lt;br/&gt;
2017-09-22 16:03:47,564 | ERROR | pool-16-thread-1 | EvpnUtils                        | 368 - org.opendaylight.netvirt.elanmanager-impl - 0.4.2.SNAPSHOT | getEvpnRd : evpnName is NULL for elanInfo ElanInstance{getElanInstanceName=9143b3ce-1c14-4862-9afa-fad50ed780b8, getElanSegments=[], getElanTag=5003, getMacTimeout=300, getPhysicalNetworkName=physnet1, getSegmentType=class org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.rev150602.SegmentTypeFlat, isExternal=true, augmentations={}}&lt;br/&gt;
2017-09-22 16:03:47,564 | ERROR | pool-16-thread-1 | EvpnUtils                        | 368 - org.opendaylight.netvirt.elanmanager-impl - 0.4.2.SNAPSHOT | advertisePrefix : rd is NULL for elanInfo ElanInstance{getElanInstanceName=9143b3ce-1c14-4862-9afa-fad50ed780b8, getElanSegments=[], getElanTag=5003, getMacTimeout=300, getPhysicalNetworkName=physnet1, getSegmentType=class org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.rev150602.SegmentTypeFlat, isExternal=true, augmentations={}}, macAddress 00:0C:29:4D:9A:B&lt;/p&gt;




&lt;p&gt; when we initiate ping from the VM instance (30.0.0.8) napt switch ,&lt;br/&gt;
 ping succeed and I could see the dynamic flow installed in table 21. after the packets sent to controller from the flow &lt;br/&gt;
 cookie=0x8000004, duration=1474.961s, table=22, n_packets=254, n_bytes=24892, priority=0 actions=CONTROLLER:65535&lt;/p&gt;

&lt;p&gt; dynamic flow created &quot;cookie=0x8000003, duration=2223.586s, table=21, n_packets=63, n_bytes=6174, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.90.1 actions=set_field:00:0c:29:4d:9a:b5-&amp;gt;eth_dst,load:0x400-&amp;gt;NXM_NX_REG6[],resubmit(,220)&quot;&lt;/p&gt;

&lt;p&gt; case 2: initiate ping from Non NAPT switch after ping succeed from NAPT switch.&lt;/p&gt;

&lt;p&gt; In this case also ping from Non NAPT failed.&lt;br/&gt;
 packets reached NAPT switch and getting dropped in table 220.&lt;br/&gt;
 cookie=0x8000007, duration=3619.781s, table=220, n_packets=59, n_bytes=5782, priority=10,reg6=0x400,metadata=0x1/0x1 actions=drop&lt;/p&gt;


&lt;p&gt; attached case1 and case2 complete logs.&lt;/p&gt;</comment>
                            <comment id="38349" author="balakrishnan" created="Fri, 22 Sep 2017 08:51:23 +0000"  >&lt;p&gt;Attachment compute1_napt_case1.zip has been added with description: compute node1 dump flow for case 1&lt;/p&gt;</comment>
                            <comment id="38350" author="balakrishnan" created="Fri, 22 Sep 2017 08:52:03 +0000"  >&lt;p&gt;Attachment compute1_napt_case2.zip has been added with description: compute node1 dump flow for case 2&lt;/p&gt;</comment>
                            <comment id="38351" author="balakrishnan" created="Fri, 22 Sep 2017 08:52:36 +0000"  >&lt;p&gt;Attachment compute2_non_napt_case1.zip has been added with description: compute node2 dump flow for case 1&lt;/p&gt;</comment>
                            <comment id="38352" author="balakrishnan" created="Fri, 22 Sep 2017 08:53:15 +0000"  >&lt;p&gt;Attachment compute2_non_napt_case2.zip has been added with description: compute node2 dump flow for case 2&lt;/p&gt;</comment>
                            <comment id="38353" author="balakrishnan" created="Fri, 22 Sep 2017 08:53:46 +0000"  >&lt;p&gt;Attachment control_node_case1.zip has been added with description: control node dump flow for case 1&lt;/p&gt;</comment>
                            <comment id="38354" author="balakrishnan" created="Fri, 22 Sep 2017 08:54:12 +0000"  >&lt;p&gt;Attachment control_node_case2.zip has been added with description: controlnode dump flow for case 2&lt;/p&gt;</comment>
                            <comment id="38338" author="aswins" created="Fri, 22 Sep 2017 09:16:36 +0000"  >&lt;p&gt;Is this 192.168.90.1 your gateway? If so, the table21 flow should be installed when the router g/w is set and not by the subnet route handler, if you had set the g/w while creating the subnet.&lt;/p&gt;

&lt;p&gt;If it is a PNF you may be hitting &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;. are you working with the latest code?&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://bugs.opendaylight.org/show_bug.cgi?id=8882&lt;/p&gt;</comment>
                            <comment id="38339" author="balakrishnan" created="Tue, 26 Sep 2017 10:45:16 +0000"  >&lt;p&gt;(In reply to Aswin Suryanarayanan from comment #14)&lt;br/&gt;
&amp;gt; Is this 192.168.90.1 your gateway? If so, the table21 flow should be&lt;br/&gt;
&amp;gt; installed when the router g/w is set and not by the subnet route handler, if&lt;br/&gt;
&amp;gt; you had set the g/w while creating the subnet.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; If it is a PNF you may be hitting &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;. are you working with the latest code?&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://bugs.opendaylight.org/show_bug.cgi?id=8882&lt;/p&gt;

&lt;p&gt;Hi Aswin,&lt;/p&gt;

&lt;p&gt; 192.168.90.1 is not gateway.&lt;br/&gt;
it is a external host we are trying to reach.&lt;br/&gt;
the code we used for testing is bit old taken on august mid stable/carbon release.&lt;/p&gt;

&lt;p&gt;tried to evaluate the same in latest build&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; seems patch part auto creation is failing.&lt;/p&gt;

&lt;p&gt;after executing below commands old code creating patch port between br-int and br-ex with new code patch port is not created automatically,&lt;br/&gt;
is there any open bug for patch port creation?&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.2-SNAPSHOT/distribution-karaf-0.6.2-20170925.072222-788.tar.gz&lt;/p&gt;</comment>
                            <comment id="38340" author="balakrishnan" created="Wed, 27 Sep 2017 12:46:54 +0000"  >&lt;p&gt; Aswin,&lt;br/&gt;
  Tested with latest stable/carbon build still i am facing the same issue.&lt;br/&gt;
ping failed from non-NAPT switch.&lt;br/&gt;
used &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; build for testing does it have your fix &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;&lt;br/&gt;
only DNAT is working in below distribution.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.2-SNAPSHOT/distribution-karaf-0.6.2-20170926.152417-792.tar.gz&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;https://bugs.opendaylight.org/show_bug.cgi?id=8882&lt;/p&gt;

&lt;p&gt;I am using br-ex for external network communication &lt;br/&gt;
OVS show output:&lt;/p&gt;

&lt;p&gt;c296d41b-bfe9-49a0-98b0-0e80d6303793&lt;br/&gt;
    Manager &quot;tcp:192.168.80.1:6640&quot;&lt;br/&gt;
        is_connected: true&lt;br/&gt;
    Manager &quot;ptcp:6641:127.0.0.1&quot;&lt;br/&gt;
        is_connected: true&lt;br/&gt;
    Bridge br-int&lt;br/&gt;
        Controller &quot;tcp:192.168.80.1:6653&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port br-int&lt;br/&gt;
            Interface br-int&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port &quot;tapa8524892-a1&quot;&lt;br/&gt;
            Interface &quot;tapa8524892-a1&quot;&lt;br/&gt;
        Port &quot;tun4631a9da8ce&quot;&lt;br/&gt;
            Interface &quot;tun4631a9da8ce&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: &lt;/p&gt;
{key=flow, local_ip=&quot;192.168.80.1&quot;, remote_ip=&quot;192.168.80.3&quot;}
&lt;p&gt;        Port &quot;tapebfc53aa-ab&quot;&lt;br/&gt;
            Interface &quot;tapebfc53aa-ab&quot;&lt;br/&gt;
        Port br-ex-patch&lt;br/&gt;
            Interface br-ex-patch&lt;br/&gt;
                type: patch&lt;br/&gt;
                options: &lt;/p&gt;
{peer=br-ex-int-patch}
&lt;p&gt;        Port &quot;tun3811195a8d9&quot;&lt;br/&gt;
            Interface &quot;tun3811195a8d9&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: &lt;/p&gt;
{key=flow, local_ip=&quot;192.168.80.1&quot;, remote_ip=&quot;192.168.80.2&quot;}
&lt;p&gt;    Bridge br-ex&lt;br/&gt;
        Port br-ex&lt;br/&gt;
            Interface br-ex&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port &quot;ens36&quot;&lt;br/&gt;
            Interface &quot;ens36&quot;&lt;br/&gt;
        Port br-ex-int-patch&lt;br/&gt;
            Interface br-ex-int-patch&lt;br/&gt;
                type: patch&lt;br/&gt;
                options: &lt;/p&gt;
{peer=br-ex-patch}
&lt;p&gt;    ovs_version: &quot;2.6.1&quot;&lt;/p&gt;</comment>
                            <comment id="38341" author="aswins" created="Wed, 27 Sep 2017 16:41:20 +0000"  >&lt;p&gt;Are you seeing any error logs ? Did you use conntrack/controller mode? Ping works only in conntrack mode.&lt;/p&gt;</comment>
                            <comment id="38342" author="yogalakshmi.pa@hcl.com" created="Wed, 4 Oct 2017 14:04:26 +0000"  >&lt;p&gt;Hi Ashwin,&lt;/p&gt;

&lt;p&gt;  We tested the SNAT scenario from Non-Napt switch in the conntrack mode, It is working fine. But we are yet to test in the controller mode,&lt;br/&gt;
We used the below distro for testing :&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.2-SNAPSHOT/distribution-karaf-0.6.2-20170925.072222-788.tar.gz.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;</comment>
                            <comment id="38343" author="yogalakshmi.pa@hcl.com" created="Thu, 5 Oct 2017 09:14:59 +0000"  >&lt;p&gt;Hi Ashwin,&lt;/p&gt;

&lt;p&gt;  We tested the SNAT scenario from Non-Napt switch in the conntrack mode, It is working fine. But we are yet to test in the controller mode,&lt;br/&gt;
We used the below distro for testing :&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.2-SNAPSHOT/distribution-karaf-0.6.2-20170925.072222-788.tar.gz.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;</comment>
                            <comment id="38344" author="yogalakshmi.pa@hcl.com" created="Thu, 5 Oct 2017 09:16:39 +0000"  >&lt;p&gt;Hi Ashwin,&lt;/p&gt;

&lt;p&gt;  We tested the SNAT scenario from Non-Napt switch in the conntrack mode, It is working fine. But we are yet to test in the controller mode,&lt;br/&gt;
We used the below distro for testing :&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.6.2-SNAPSHOT/distribution-karaf-0.6.2-20170925.072222-788.tar.gz.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;</comment>
                            <comment id="38345" author="yogalakshmi.pa@hcl.com" created="Thu, 5 Oct 2017 09:19:54 +0000"  >&lt;p&gt;Hi Ashwin,&lt;/p&gt;

&lt;p&gt;   We tested in the Controller mode, SNAT is working fine from a Non-Napt Switch node.We used the same distro (as mentioned in the last comment). Everything is working fine.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="20724">NETVIRT-803</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12575" name="Dumpflows_9053.txt" size="37680" author="yogalakshmi.pa@hcl.com" created="Mon, 18 Sep 2017 07:21:26 +0000"/>
                            <attachment id="12577" name="compute1_napt_case1.zip" size="6000" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:51:23 +0000"/>
                            <attachment id="12578" name="compute1_napt_case2.zip" size="11046" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:52:03 +0000"/>
                            <attachment id="12579" name="compute2_non_napt_case1.zip" size="5778" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:52:36 +0000"/>
                            <attachment id="12580" name="compute2_non_napt_case2.zip" size="10486" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:53:15 +0000"/>
                            <attachment id="12581" name="control_node_case1.zip" size="5376" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:53:46 +0000"/>
                            <attachment id="12582" name="control_node_case2.zip" size="9727" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:54:12 +0000"/>
                            <attachment id="12574" name="dump_flows_9035" size="44150" author="yogalakshmi.pa@hcl.com" created="Fri, 1 Sep 2017 12:37:52 +0000"/>
                            <attachment id="12576" name="karaf.log.zip" size="91662" author="balakrishnan.ka@hcl.com" created="Fri, 22 Sep 2017 08:48:59 +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>9053</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=9053]]></customfieldvalue>

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

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