We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to replicate
default
10.0.0.0/16
Expected Outcome
IPs and Subnets are provisioned for the device according to the DEV2 subnet divison rule.
Actual Outcome
Only IPs and Subnets are created for DEV1
Note: Both the subnet division rules are created for the same subnet
The text was updated successfully, but these errors were encountered:
I suspect this occurs because of the Reserved Subnet. The size of the reserve subnet is dictating the size of the subsequent subnets.
Reserved Subnet
If we change the order of created of subnet division rules, i.e. create DEV2 before DEV1, then the subnet created for DEV1 would be /29 instead of /31
Sorry, something went wrong.
No branches or pull requests
Steps to replicate
default
organization in OpenWISP10.0.0.0/16
Label: DEV1
Type: Device
Organization: Default
Size of subnet: 31
Number of subnet: 1
Number of IPs: 1
Label: DEV2
Type: Device
Organization: Default
Size of subnet: 29
Number of subnet: 1
Number of IPs : 8
Expected Outcome
IPs and Subnets are provisioned for the device according to the DEV2 subnet divison rule.
Actual Outcome
Only IPs and Subnets are created for DEV1
Note: Both the subnet division rules are created for the same subnet
The text was updated successfully, but these errors were encountered: