ndp

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

MIT License

Stars
221
ndp - v1.1.0 Latest Release

Published by mdlayher 8 months ago

ndp - v1.0.1

Published by mdlayher over 1 year ago

ndp - v1.0.0: stable!

Published by mdlayher about 2 years ago

ndp - v0.10.0

Published by mdlayher over 2 years ago

ndp - v0.9.0: Go 1.18+ and netip.Addr

Published by mdlayher over 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.

ndp - v0.8.0: Go 1.17 and net.IP

Published by mdlayher over 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.