summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_userclass.go
diff options
context:
space:
mode:
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