BUG 5044: Neutron vpn should create vpn interface name with tap port name. 21/33221/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 15:20:44 +0000 (20:50 +0530)
commitd731535989410e96d1e58b2e028c834baf160f6c
treea07362643c02f3a0ed3c6c71ecae18673dddc897
parent3b8ac2ae2430fb66f91303dd9e69070f8450eb7a
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