From 1045a3d39ec8341a089ab45286871b599216b7dd Mon Sep 17 00:00:00 2001 From: Pablo Mazzini Date: Thu, 2 Aug 2018 15:23:33 +0200 Subject: OptClientArchType --- dhcpv4/option_archtype.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dhcpv4') diff --git a/dhcpv4/option_archtype.go b/dhcpv4/option_archtype.go index 3121d36..16ca98d 100644 --- a/dhcpv4/option_archtype.go +++ b/dhcpv4/option_archtype.go @@ -39,8 +39,8 @@ var ArchTypeToStringMap = map[ArchType]string{ EFI_X86_64: "EFI x86-64", } -// OptRouter represents an option encapsulating the Client System Architecture -// Type option Definition. +// OptClientArchType represents an option encapsulating the Client System +// Architecture Type option Definition. type OptClientArchType struct { ArchTypes []ArchType } -- cgit v1.2.3