openwisp-ipam
openwisp-ipam copied to clipboard
IP address space administration module of OpenWISP
Since there is a way to import subnets from the subnet list admin page, it would be good to also have an export button which exports everything, ensuring the same...
The following API endpoints: - ```/api/v1/ipam/ip-address//``` - ```/api/v1/ipam/subnet//``` Are failing when using the latest version of openwisp-users, with the error: ``` Organization not found, `organization_field` not implemented correctly. ``` However,...
Presently the `clean` method of the `AbstractIpAddress` class only validates against IPs existing in it's own subnet. As per discussion in #114 an IP existing in a parent or child...
First off this could just be my misunderstanding how this should be displayed, if so some clarification could be helpful anyhow. I've got 3 subnets * 10.10.0.0/16 < master *...
Try to use the "go to ip" feature added in #70 and #72, then try to scroll back, it's not possible.
Add a way to get the next available subnet via a model method and API, similar to how we already can get the next available IP.
The current import/export subnet feature does not work with nested subnets, it would be nice if it did.
Running migrations on MySQL (Server version: 8.0.31 MySQL Community Server - GPL) raises following error ``` django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that...
Related to https://github.com/openwisp/openwisp-docs/issues/107. These documents are pulled by the logic being worked on in https://github.com/openwisp/openwisp-docs/pull/189. We are doing similar changes in all modules.
**Steps to Replicate** 1. Create a an IPv6 subnet as shown in the screenshot below  2. Create a new IPv4 subnet but use the previously created...