-
Notifications
You must be signed in to change notification settings - Fork 31
129 add community requested source and destination objects #236
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
Closed
alexis-UE
wants to merge
42
commits into
netbox-community:dev
from
alexis-UE:129_add_community_requested_source_and_destination_objects
Closed
129 add community requested source and destination objects #236
alexis-UE
wants to merge
42
commits into
netbox-community:dev
from
alexis-UE:129_add_community_requested_source_and_destination_objects
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… only one Source Field can be specified
… only one Source Field can be specified
… only one Destination Field can be specified
…Tabbed Group; Improve Fieldsets
…urces; Add validation to restrict to a single Source
…Tabbed Group; Improve Fieldsets
…urces; Add validation to restrict to a single Source
…d as Tabbed Group
…stinations; Add validation to restrict to a single Destination
…ce column that will display any Source
…ce column that will display any Source
… Destination column that will display any Destination
…s Tabbed Group; Improve Fieldsets
…s Tabbed Group; Improve Fieldsets
…yed as Tabbed Group
…ple sources; Add validation to restrict to a single Source
…ple sources; Add validation to restrict to a single Source
…ple destinatiions; Add validation to restrict to a single Destination
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thanks for opening this pull request! We really appreciate contributors like you! 🙌
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@rvveber @cruse1977
Pull Request
Related Pull Request
Rebase of #207 from latest
dev
branch (commit404ad38
)Related Issue
closes #129
New Behavior
This Merge Request, enables to specify various new
Source
Entities for theStandard
andExtended
ACL Rules. It additionally enables specify the same Entities as aDestination
for theExtended
ACL Rule. The new selectable entities are all from the IPAM model group:I have built in constraints and validation to prevent assigning more than one source/destination. Therefore adding community requested tities, while keeping the functionality the same. No changes to the API, except these newly added fields:
source_iprange
, ource_ipaddress,
source_aggregate,
source_serviceand
destination_iprange,
destination_ipaddress,
destination_aggregate, estination_service
...Contrast to Current Behavior
Previously you could only assign a Prefix as Source and Destination. Now you can assign a Prefix, an IP-Range, an IP-Address, an gregate or a Service. ...
Discussion: Benefits and Drawbacks
...
Changes to the Documentation
...
Proposed Release Note Entry
Added requested models for selection as source/destination: IP-Range, IP-Address, Aggregate, Service. ...
Double Check
or in a linked issue.
dev
branch.