Bug 8965 - L2gw update is not suported 18/63018/2
authoreaksahu <a.k.sahu@ericsson.com>
Wed, 9 Aug 2017 14:22:09 +0000 (19:52 +0530)
committerSam Hague <shague@redhat.com>
Tue, 19 Sep 2017 22:57:36 +0000 (22:57 +0000)
commit573530cecbd604f3514263fc467386610c31735e
tree1a476aab5e377b6045c91144c1b6d099619eb521
parent58e9af3b34aeaff3839848ff7aba921d028920b0
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