summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/types.go
diff options
context:
space:
mode:
authorSean Karlage <skarlage@fb.com>2018-03-03 15:32:25 -0800
committerSean Karlage <skarlage@fb.com>2018-03-03 15:32:25 -0800
commit6cfb183f6e3c8496a80aad03b8f47423eeac1123 (patch)
treea5cb53df2282d081c72522d64b30764da488cf71 /dhcpv4/types.go
parenta22cefc86285b6ba1d9879486fda11054d070b78 (diff)
Fix issue where server would not process the INFORM[SELECT] as a select packet. Also add some undocumented options that seem to be used (shadow mounts, machine name).
Diffstat (limited to 'dhcpv4/types.go')
-rw-r--r--dhcpv4/types.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/dhcpv4/types.go b/dhcpv4/types.go
index f840609..4f3ad0f 100644
--- a/dhcpv4/types.go
+++ b/dhcpv4/types.go
@@ -374,4 +374,7 @@ var BSDPOptionCodeToString = map[OptionCode]string{
BSDPOptionBootImageList: "BSDP Boot Image List",
BSDPOptionNetboot1_0Firmware: "BSDP Netboot 1.0 Firmware",
BSDPOptionBootImageAttributesFilterList: "BSDP Boot Image Attributes Filter List",
+ BSDPOptionShadowMountPath: "BSDP Shadow Mount Path",
+ BSDPOptionShadowFilePath: "BSDP Shadow File Path",
+ BSDPOptionMachineName: "BSDP Machine Name",
}