Skip to content

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

@SolomonSHY

Description

@SolomonSHY

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions