diff options
Diffstat (limited to 'dhcpv6/nclient6/client.go')
-rw-r--r-- | dhcpv6/nclient6/client.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpv6/nclient6/client.go b/dhcpv6/nclient6/client.go index c40e6c8..49d9bbf 100644 --- a/dhcpv6/nclient6/client.go +++ b/dhcpv6/nclient6/client.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Package nclient6 is a minimum-functionality client for DHCPv6. package nclient6 import ( |