summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_userclass.go
diff options
context:
space:
mode:
authorChristopher Koch <chrisko@google.com>2019-01-10 18:08:11 -0800
committerinsomniac <insomniacslk@users.noreply.github.com>2019-01-14 23:19:04 +0000
commita87dfc0a868f7e98cb2099100fd3c18e8c054d62 (patch)
tree7130ff46f1e03bea014707e88fcd4c3fd4310970 /dhcpv4/option_userclass.go
parent81af01ddbffafdc6904a8092cba3adf92008c715 (diff)
dhcpv4: thoroughly fix type docs. Refer to RFCs.
Diffstat (limited to 'dhcpv4/option_userclass.go')
-rw-r--r--dhcpv4/option_userclass.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/dhcpv4/option_userclass.go b/dhcpv4/option_userclass.go
index 2e31846..110cb37 100644
--- a/dhcpv4/option_userclass.go
+++ b/dhcpv4/option_userclass.go
@@ -8,10 +8,7 @@ import (
"github.com/u-root/u-root/pkg/uio"
)
-// This option implements the User Class option
-// https://tools.ietf.org/html/rfc3004
-
-// OptUserClass represents an option encapsulating User Classes.
+// OptUserClass implements the user class option described by RFC 3004.
type OptUserClass struct {
UserClasses [][]byte
Rfc3004 bool