-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add documentation for IPv6 in ipsubnet filter. Add unit tests #131
Add documentation for IPv6 in ipsubnet filter. Add unit tests #131
Conversation
@sebastien-rosset could you please open those bugs as separate issues? |
e97d539
to
acf52be
Compare
Unable to freeze job graph: Job network-ee-unit-tests depends on network-ee-build-container-image which was not run. |
Unable to freeze job graph: Job network-ee-unit-tests depends on network-ee-build-container-image which was not run. |
Unable to freeze job graph: Job network-ee-unit-tests depends on network-ee-build-container-image which was not run. |
aa0af9f
to
db31e44
Compare
Unable to freeze job graph: Job network-ee-unit-tests depends on network-ee-build-container-image which was not run. |
Build failed.
|
Build failed.
|
Build failed.
|
Build failed.
|
recheck |
@sebastien-rosset This will be trivial change instead of minor_changes. could you please update changelog fragment? |
Build failed.
|
I don't see a "trivial" section in the changelogs/config.yaml file. Can you suggest a change? https://github.com/ansible-collections/ansible.utils/blob/main/changelogs/config.yaml |
That would be what |
Co-authored-by: Nathaniel Case <[email protected]>
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Replaced by #212 |
SUMMARY
ipsubnet
filter documentation.ipsubnet
documentation.ipsubnet
filter.ISSUE TYPE
COMPONENT NAME
ipsubnet
filterADDITIONAL INFORMATION
Analysis
ipsubnet
filter should not construct a list of subnets, then get subnet at index X. Instead, the subnet can be constructed using bit operations.