Skip to content
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

BugFix: netbox_ip_address: normalize address to /32 if no cidr provided #78

Merged
merged 3 commits into from
Feb 8, 2020

Conversation

FragmentedPacket
Copy link
Contributor

Fixes #72

This is done by attempting to convert the address to ipaddress.ip_network and then to_text to get a textual representation with the mask.

@FragmentedPacket FragmentedPacket merged commit 6331847 into devel Feb 8, 2020
@FragmentedPacket FragmentedPacket deleted the ipaddr-resolve branch February 8, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

netbox_ip_address is not idempotent
1 participant