-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closes: #7845 - Direct relationship between IP objects and Prefixes #19844
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
base: feature
Are you sure you want to change the base?
Conversation
…into feature-ip-prefix-link # Conflicts: # netbox/ipam/forms/bulk_import.py
@DanSheps have you explored how PostgreSQL triggers might be employed to achieve automatic reassignment of parents at the database level? IMO relying on application level signal handlers seems like it might introduce performance issues, especially when dealing with very large hierarchies. |
Nope, but I can take a look |
…into feature-ip-prefix-link
…into feature-ip-prefix-link
This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is taken. |
Fixes: #7845 - Direct relationship between IP objects and Prefixes
parent
and Aggregate to Prefix Filterset