mdlayher / dhcp6

Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. MIT Licensed.

Home Page:https://tools.ietf.org/html/rfc3315

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dhcp6 Build Status GoDoc Go Report Card

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.

About

Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. MIT Licensed.

https://tools.ietf.org/html/rfc3315

License:MIT License


Languages

Language:Go 100.0%