openwisp-ipam icon indicating copy to clipboard operation
openwisp-ipam copied to clipboard

IP address space administration module of OpenWISP

Results 21 openwisp-ipam issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

enhancement
Hacktoberfest

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...

bug
Hacktoberfest

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 *...

bug
Hacktoberfest

Try to use the "go to ip" feature added in #70 and #72, then try to scroll back, it's not possible.

bug
Hacktoberfest

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.

enhancement
Hacktoberfest

The current import/export subnet feature does not work with nested subnets, it would be nice if it did.

enhancement

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 ![Screenshot from 2024-04-26 22-19-30](https://github.com/openwisp/openwisp-ipam/assets/32094433/d1df29d9-679f-491f-a51a-4433266b4ed7) 2. Create a new IPv4 subnet but use the previously created...

bug