Feature 8016: Added DataPlane Broker wimconn plugin
[osm/RO.git] / RO / osm_ro / wim / wan_link_actions.py
index 7dd4165..68ebf74 100644 (file)
@@ -329,8 +329,8 @@ class WanLinkCreate(RefreshMixin, CreateAction):
         if len(connection_points) == 2:
             return 'ELINE'
         else:
-            raise NotImplementedError('Multipoint connectivity is not '
-                                      'supported yet.')
+            # added to support DPB WIM connector
+            return 'ELAN'
 
     def _update_persistent_data(self, persistence, service_uuid, conn_info):
         """Store plugin/connector specific information in the database"""