Dual Stack feature support for router interface 40/79940/1
authorKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Mon, 28 Jan 2019 06:24:51 +0000 (11:54 +0530)
committerKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Mon, 28 Jan 2019 06:24:51 +0000 (11:54 +0530)
commit80ed26b062b722667398e92f5aab39647968af59
tree80ca82c4e3ee00ca7f6e1a1babd40c2d516964f7
parent4e21d4aaa866f9e486ad5164a64c1a24c5a32815
Dual Stack feature support for router interface

This is second patch to support dual stack
router interface

We create a dual-stack neutron port and attach this
port to the router.
This single neutron port is then responsible for
handling both IPv4 and IPv6 subnets in that network.
The advantage of this approach is that it reduces
the number of Neutron router ports.

Issue: NETVIRT-1543

Change-Id: Iabd96ec2ad60ee8e5a3078f25304c175117830d0
Signed-off-by: Karthikeyan Krishnan <karthikeyangceb007@gmail.com>
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceManager.java