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

ipaddress.ip_network errors out if network has host bits set. #101

Open
SolomonSHY opened this issue Aug 22, 2019 · 0 comments
Open

ipaddress.ip_network errors out if network has host bits set. #101

SolomonSHY opened this issue Aug 22, 2019 · 0 comments

Comments

@SolomonSHY
Copy link

Under library/aws/security_groups.py, the ipaddress.ip_network() call errors out if the network has host bits set.

Setting strict to 'False' so this call doesn't error out.
elif ipaddress.ip_network(cidr, False).is_global:

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

No branches or pull requests

1 participant