Skip to content

Be able to parse the netmask format#112

Merged
achanda merged 1 commit intoachanda:masterfrom
vorner:netmask-parse
Jan 4, 2020
Merged

Be able to parse the netmask format#112
achanda merged 1 commit intoachanda:masterfrom
vorner:netmask-parse

Conversation

@vorner
Copy link
Copy Markdown
Contributor

@vorner vorner commented Dec 21, 2019

Allow accepting the netmask format, eg 192.168.1.0/255.255.255.0, in
addition to the more modern /24 prefix version.

Adding support for IPv4 only, as IPv6 never actually used that format in
practice.

Closes #107.

Allow accepting the netmask format, eg 192.168.1.0/255.255.255.0, in
addition to the more modern /24 prefix version.

Adding support for IPv4 only, as IPv6 never actually used that format in
practice.

Closes #107.
@achanda
Copy link
Copy Markdown
Owner

achanda commented Jan 4, 2020

Sorry for being late on this, I was on vacation. Thanks for the PR!

@achanda achanda merged commit ddc9ef2 into achanda:master Jan 4, 2020
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.

Parsing from ip/mask string

2 participants