Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Releases: IBM/netaddr

IPv4, IPv4Net, go mod

15 May 16:09
dda1a28
Compare
Choose a tag to compare
Switch from dep to go mod (#22)

* Switch from dep to go mod

* Configure travis for newer go versions

IPRanges

23 Jul 01:50
Compare
Choose a tag to compare
Add IPRanges (#14)

* Add IPRanges

* Updates from Carl's review

* Address Carl's Review

Expose ContainsNet and add GetNetworks

24 Jun 17:08
Compare
Choose a tag to compare
Expose ContainsNet Add GetNetworks (#13)

* Expose ContainsNet Add GetNetworks

* Replace containsNet with ContainsNet

* fix wording

New utilities: ParseCIDR and ParseCIDRToNet

13 Jun 15:43
Compare
Choose a tag to compare
New utilities (#10)

* Add equivalent to ParseCIDR that parses v4 addresses in 4 bytes

* Add ParseCIDRToNet convenience to parse an IP from CIDR

v1.1.1 Bug fix

19 Jul 14:26
c60f332
Compare
Choose a tag to compare

#5 Fix corner case when top node in ipTree is removed

IPSet intersections; ParseNet function

28 Jun 17:42
Compare
Choose a tag to compare

Included in this release:
#2 Add IPSet Intersection
#3 Add a parse net utility that doesn't allow non zero host part

First release

06 Jun 02:34
ffdbb9a
Compare
Choose a tag to compare
Merge pull request #1 from HenryGessau/travis

Update for Travis CI