Natservice module bug fixes
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / vpnservice / VpnSubnetRouteHandler.java
index 8e22e7bd96c2409c10300423cd2566af3f6879e3..89d0382eaa6984d7776c6fb461dd046968c4b35a 100644 (file)
@@ -726,5 +726,14 @@ public class VpnSubnetRouteHandler implements NeutronvpnListener {
             throw e;
         }
     }
+
+    @Override
+    public void onRouterAssociatedToVpn(RouterAssociatedToVpn notification) {
+    }
+
+    @Override
+    public void onRouterDisassociatedFromVpn(RouterDisassociatedFromVpn notification) {
+
+    }
 }