BUG 5044: Neutron vpn should create vpn interface name with tap port name. 25/33225/1
authorDeepthi V V <deepthi.v.v@ericsson.com>
Thu, 21 Jan 2016 15:20:44 +0000 (20:50 +0530)
committerDeepthi V V <deepthi.v.v@ericsson.com>
Thu, 21 Jan 2016 16:22:56 +0000 (16:22 +0000)
commit35a4833050305a6426ec0b937942f1d6f8578102
treeae9c93107adf18d2cd3db8a6de7212abc66edddd
parent531867226c199d987d941aae9f8412e266a408d1
BUG 5044: Neutron vpn should create vpn interface name with tap port name.

- Fix for vpn interface creation with tap port name instead of tap port
  name:vlanid
- Switch id should be fetched from interface state event object rather
  than reading interface state from datastore.

Change-Id: If92a6803b6e0f4bec363d346c92c4e543ec298c2
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
fibmanager/fibmanager-impl/src/main/java/org/opendaylight/vpnservice/fibmanager/NexthopManager.java
neutronvpn/neutronvpn-impl/src/main/java/org/opendaylight/vpnservice/neutronvpn/NeutronvpnManager.java
vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/vpnservice/InterfaceStateChangeListener.java
vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/vpnservice/VpnInterfaceManager.java
vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/vpnservice/utilities/InterfaceUtils.java