Release the validation check for VxLAN networks
[nfvbench.git] / nfvbench / chaining.py
index 3350299..a0c8860 100644 (file)
@@ -352,8 +352,7 @@ class ChainNetwork(object):
 
         :return: VNI ID for this network
         """
-        if 'vxlan' not in self.network['provider:network_type']:
-            raise ChainException('Trying to retrieve VNI for non VXLAN network')
+
         return self.network['provider:segmentation_id']
 
     def delete(self):