↧
Answer by gongysh for Assuming Quantum doesnt have a mechanism to query and...
this is python one quantum is using: def _validate_subnet_cidr(self, context, network, new_subnet_cidr): """Validate the CIDR for a subnet. Verifies the specified CIDR does not overlap with the ones...
View ArticleJava library to find if 2 CIDR's overlap
Assuming Quantum doesnt have a mechanism to query and see if a new subnet CIDR that i want to create doesnt overlaps with the existing subnet CIDR's. I want to do this before creating a subnet, i want...
View Article