Subnets within private ip address ranges (https://en.wikipedia.org/wiki/Private_network#Private_IPv4_addresses) are used for private, local ip addresses.
Thus, several devices can use the same subnets in those address ranges at the same time.
Currently OpenWISP IPAM doesn't allow subnets to have the same subnet address.
It should be possible to create several subnet objects with the same subnet address.
One possibility would be to introduce the subnet types public and private. public subnets need to have unique subnet addresses, private subnets don't.
Subnets within private ip address ranges (https://en.wikipedia.org/wiki/Private_network#Private_IPv4_addresses) are used for private, local ip addresses.
Thus, several devices can use the same subnets in those address ranges at the same time.
Currently OpenWISP IPAM doesn't allow subnets to have the same subnet address.
It should be possible to create several subnet objects with the same subnet address.
One possibility would be to introduce the subnet types
publicandprivate.publicsubnets need to have unique subnet addresses,privatesubnets don't.