dhcp6
Package dhcp6 implements a DHCPv6 server, as described in RFC 3315
About dhcp6
dhcp6

Package dhcp6 implements a DHCPv6 server, as described in IETF RFC 3315. MIT Licensed.
At this time, the API is not stable, and may change over time. The eventual goal is to implement a server, client, and testing facilities for consumers of this package.
The design of this package is inspired by Go's net/http package. The Go
standard library is Copyright (c) 2012 The Go Authors. All rights reserved.
The Go license can be found at https://golang.org/LICENSE.
Frequently Asked Questions
What is dhcp6?
dhcp6 is a Networking library for the Go programming language. Package dhcp6 implements a DHCPv6 server, as described in RFC 3315
How do I install dhcp6?
Install dhcp6 with the Go module system using `go get mdlayher/dhcp6`. Check the repository for the current installation instructions.
What category does dhcp6 belong to?
dhcp6 is listed under Networking, specifically Networking.