Top 0.5% dependent packages on proxy.golang.org
Top 0.6% dependent repos on proxy.golang.org
Top 5.0% forks on proxy.golang.org
Top 1.3% docker downloads on proxy.golang.org
proxy.golang.org : github.com/c-robinson/iplib
Package iplib provides enhanced tools for working with IP networks and addresses. These tools are built upon and extend the generic functionality found in the Go "net" package. The main library comes in two parts: a series of utilities for working with net.IP (sort, increment, decrement, delta, compare, convert to binary or hex- string, convert between net.IP and integer) and an enhancement of net.IPNet called iplib.Net that can calculate the first and last IPs of a block as well as enumerating the block into []net.IP, incrementing and decrementing within the boundaries of the block and creating sub- or super-nets of it. For most features iplib exposes a v4 and a v6 variant to handle each network properly, but in all cases there is a generic function that handles any IP and routes between them. One caveat to this is those functions that require or return an integer value representing the address, in these cases the IPv4 variants take an int32 as input while the IPv6 functions require a *big.Int in order to work with the 128bits of address. For managing the complexity of IPv6 address-spaces, this library adds a new mask, called a Hostmask, as an optional constraint on iplib.Net6 networks, please see the type-documentation for more information on using it. For functions where it is possible to exceed the address-space the rule is that underflows return the version-appropriate all-zeroes address while overflows return the all-ones. There are also two submodules under iplib: the iplib/iid module contains functions for generating RFC 7217-compliant IPv6 Interface ID addresses, and iplib/iana imports the IANA IP Special Registries and exposes functions for comparing IP addresses against those registries to determine if the IP is part of a special reservation (for example RFC 1918 private networks or the RFC 3849 documentation network).
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/c-robinson/iplib
Keywords:
cidr
, go
, golang-library
, golang-tools
, ip
, ipaddress
, ipaddresses
, ipv4
, ipv4-address
, ipv6
, ipv6-address
, ipv6-subnetting
, library
, subnet
, subnet-calculator
, subnetting
License: MIT
Latest release: over 1 year ago
First release: about 6 years ago
Namespace: github.com/c-robinson
Dependent packages: 101
Dependent repositories: 109
Stars: 103 on GitHub
Forks: 20 on GitHub
Docker dependents: 19
Docker downloads: 2,151
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago