-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
[bug/change] In Hierarchical View, Master Subnet show subordinate IPs as Available #114
Comments
@morganrallen smells like a bug! Thanks for reporting. |
OK cool, I've even dug into this a bit and validating subordinate subnets going up the hierarchy is quite straight forward but ensuring an IP isn't used by a subordinate subnet was going to take a bit more.
|
Are you talking about validation now? |
I was assuming if the visualization is incorrect than validation is also incorrect and the complete fix would be in multiple locations. |
I see, but the logic for visualization and validation is not the same, we dealt recently with one of these issues: #87. if you find issues with validation please open a bug report like that one. In this issue we shall focus on visualization. So, could you make it extremely clear what the expected outcome would be here? I guess the expected outcome is that when visualizing the root subnet, we consider the space occupied in the child subnets as occupied also in the root/master subnets. Right? Or do you have anything else in mind? |
Yes, that captures it well. I'll open a separate issue if the IP validation is still an actual issue. |
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
Viewing from the top it looks like 100% of IPs are available. But coming into one of the subordinate subnets we can see that's not really the case.
So not sure what the behavior should be but my immediate feeling is, since this is a subnet hierarchy those should be considered unavailable. If this is correct I can probably take a crack at a patch, I'm hoping this will work out for an upcoming project.
The text was updated successfully, but these errors were encountered: