Ndp Versions Save

Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861. MIT Licensed.

v0.9.0

2 years ago

See: https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md#v090.

This is the first release of package ndp that only supports Go 1.18+ due to the use of net/netip. Users on older versions of Go must use v0.8.0.

v0.8.0

2 years ago

First release of package ndp based on the APIs that have been stable for years with net.IP.

This is the first and last release of package ndp which supports Go 1.17 or older. Future versions will require Go 1.18 and net/netip.