summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_vivc.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv4/option_vivc.go')
-rw-r--r--dhcpv4/option_vivc.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/dhcpv4/option_vivc.go b/dhcpv4/option_vivc.go
index b0fe85d..b6efab9 100644
--- a/dhcpv4/option_vivc.go
+++ b/dhcpv4/option_vivc.go
@@ -7,10 +7,8 @@ import (
"github.com/u-root/u-root/pkg/uio"
)
-// This option implements the Vendor-Identifying Vendor Class Option
-// https://tools.ietf.org/html/rfc3925
-
-// VIVCIdentifier represents one Vendor-Identifying vendor class option.
+// VIVCIdentifier implements the vendor-identifying vendor class option
+// described by RFC 3925.
type VIVCIdentifier struct {
EntID uint32
Data []byte