Skip to content

Conversation

@dimagafurov
Copy link

#26 quick and ugly workaround to deal with dotted quad/netmask format :
192.168.99.23/24

else:
self._adapters[self._context].setAddress(ip_mask[0])

cidr = int(ip_mask[1])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to use ipaddress to process it

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.

2 participants