diff options
Diffstat (limited to 'dhcpv4/bsdp/doc.go')
-rw-r--r-- | dhcpv4/bsdp/doc.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dhcpv4/bsdp/doc.go b/dhcpv4/bsdp/doc.go new file mode 100644 index 0000000..b3a2186 --- /dev/null +++ b/dhcpv4/bsdp/doc.go @@ -0,0 +1,10 @@ +/* +The BSDP package implements Apple's Boot Service Discovery Protocol (a +pxe-boot-like netboot protocol for booting macOS hardware from +network-connected servers). + +The Canonical implementation is defined here: +http://opensource.apple.com/source/bootp/bootp-198.1/Documentation/BSDP.doc +*/ + +package bsdp |