Registry / networking / mdlayher-ndp

mdlayher-ndp

JSON →
library1.1.0gogounverified

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

go get github.com/mdlayher/ndp
INSTALL
IMPORT
SIG · MDLAYHER-NDP
M
mdlayher-ndp
networkinggov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ndp
github.com/mdlayher/ndp

Dial an NDP connection on a network interface

package main import ( "fmt" "net" "github.com/mdlayher/ndp" ) func main() { c, _, err := ndp.Dial(net.Interface{Index: 1}, net.IPv6linklocalallnodes) if err != nil { panic(err) } defer c.Close() fmt.Println("NDP connection established") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mdlayher-ndp — go get mdlayher-ndp · libregistry