From a87dfc0a868f7e98cb2099100fd3c18e8c054d62 Mon Sep 17 00:00:00 2001 From: Christopher Koch Date: Thu, 10 Jan 2019 18:08:11 -0800 Subject: dhcpv4: thoroughly fix type docs. Refer to RFCs. --- dhcpv4/option_root_path.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dhcpv4/option_root_path.go') diff --git a/dhcpv4/option_root_path.go b/dhcpv4/option_root_path.go index 84e392e..66a55a7 100644 --- a/dhcpv4/option_root_path.go +++ b/dhcpv4/option_root_path.go @@ -4,10 +4,8 @@ import ( "fmt" ) -// This option implements the root path option -// https://tools.ietf.org/html/rfc2132 - -// OptRootPath represents the path to the client's root disk. +// OptRootPath implements the root path option described by RFC 2132, Section +// 3.19. type OptRootPath struct { Path string } -- cgit v1.2.3