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

Many, many changes #5

Merged
merged 1 commit into from
Sep 5, 2021
Merged

Many, many changes #5

merged 1 commit into from
Sep 5, 2021

Conversation

c-robinson
Copy link
Owner

  • iplib.Net is now an interface
  • the original iplib.Net is now iplib.Net4
  • new v6-centric iplib.Net6
  • introducing HostMask for v6 networks, which is like a netmask except it masks
    bits from the right of the address, excluding them from methods like NextIP,
    PreviousIP, Enumerate, etc
  • Enumerate now parallelized
  • updated README
  • updated documentation
  • now includes example-tests
  • much fuller test coverage

- iplib.Net is now an interface
- the original iplib.Net is now iplib.Net4
- new v6-centric iplib.Net6
- introducing HostMask for v6 networks, which is like a netmask except it masks
  bits from the right of the address, excluding them from methods like NextIP,
  PreviousIP, Enumerate, etc
- Enumerate now parallelized
- updated README
- updated documentation
- now includes example-tests
- much fuller test coverage
@c-robinson c-robinson merged commit 05e828a into master Sep 5, 2021
@c-robinson c-robinson deleted the versioned_net branch September 5, 2021 06:21
c-robinson added a commit that referenced this pull request Sep 5, 2021
- iplib.Net is now an interface
- the original iplib.Net is now iplib.Net4
- new v6-centric iplib.Net6
- introducing HostMask for v6 networks, which is like a netmask except it masks
  bits from the right of the address, excluding them from methods like NextIP,
  PreviousIP, Enumerate, etc
- Enumerate now parallelized
- updated README
- updated documentation
- now includes example-tests
- much fuller test coverage

Co-authored-by: Chad Robinson <chad_robinson@apple.com>
c-robinson added a commit that referenced this pull request Sep 5, 2021
- iplib.Net is now an interface
- the original iplib.Net is now iplib.Net4
- new v6-centric iplib.Net6
- introducing HostMask for v6 networks, which is like a netmask except it masks
  bits from the right of the address, excluding them from methods like NextIP,
  PreviousIP, Enumerate, etc
- Enumerate now parallelized
- updated README
- updated documentation
- now includes example-tests
- much fuller test coverage
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.

1 participant