Bug 8965 - L2gw update is not suported 26/61426/4
authoreaksahu <a.k.sahu@ericsson.com>
Wed, 9 Aug 2017 14:22:09 +0000 (19:52 +0530)
committerVivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Mon, 21 Aug 2017 09:55:56 +0000 (09:55 +0000)
commit44f9ee02b275bf26f7cf8c27bc647c73b4a7fc3b
treea3a15d8c75c2871862c2ed78de61fbe80a330d2c
parent3d05d490f5d81774b24a065bdadab27e1422a53d
Bug 8965 - L2gw update is not suported

Currently l2gw once created , no update are on that are supported.
With this patch following use case has been supported.
Update existing l2gw vlanbindings
Update existing l2gw with new ports / device .

It takes care of configuring w.r.t associated l2gwconnection .

Change-Id: I37dda9cf366b1fe59ccf95f64f0574448f156d47
Signed-off-by: eaksahu <a.k.sahu@ericsson.com>
vpnservice/elanmanager/elanmanager-api/src/main/java/org/opendaylight/netvirt/elanmanager/api/IL2gwService.java
vpnservice/elanmanager/elanmanager-impl/src/main/java/org/opendaylight/netvirt/elan/l2gw/utils/L2GatewayConnectionUtils.java
vpnservice/elanmanager/elanmanager-impl/src/main/java/org/opendaylight/netvirt/elan/l2gw/utils/L2gwServiceProvider.java
vpnservice/neutronvpn/neutronvpn-impl/src/main/java/org/opendaylight/netvirt/neutronvpn/l2gw/L2GatewayListener.java