NETVIRT-1148:SNAT Traffic is not working with Dual Stack Router 69/69369/2
authorkarthikeyan <karthikeyangceb007@gmail.com>
Mon, 12 Mar 2018 07:28:33 +0000 (12:58 +0530)
committerSam Hague <shague@redhat.com>
Sun, 18 Mar 2018 14:44:21 +0000 (14:44 +0000)
commite45a645caa59b0027d2174a5faae5180e087d626
treec7ed49875188ce2d7e8a58bea8a85d839bbdcac8
parentc2e14b84e90b6b6226e43467be177f7258375749
NETVIRT-1148:SNAT Traffic is not working with Dual Stack Router

Problem Description:
======================
Existing IPv4 NAT functionality is not working with Dual Stack Router
configuration scenario. Packets are getting dropped at ODL Controller.

Solution Proposal:
==================
Due to IPv4 and IPv6 Subnets are part of the single SNAT router, ODL
controller is not able to handle IPv6 Subnet properly. Due to this reason
IPv4 SNAT traffics are not working. To address this issue have made the
changes in IPv4 NAT service code to skip the IPv6 subnet process for
NATing. Since IPv6 NAT is not required. All IPv6 address are GUA
address's.

Change-Id: I7be6a999542e156047368203eee8e865b2c2eaac
Signed-off-by: karthikeyan <karthikeyangceb007@gmail.com>
natservice/impl/src/main/java/org/opendaylight/netvirt/natservice/internal/ExternalRoutersListener.java