diff options
author | insomniac <insomniacslk@users.noreply.github.com> | 2018-08-17 12:59:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 12:59:51 +0100 |
commit | 1634051fac07646adc76715c600f4df0a2598b22 (patch) | |
tree | c28fb1c8369b966164d2c9bc239183ecd32fb303 /dhcpv4/bsdp/types.go | |
parent | bcc8c0ec8cd12d2777e9085ffafcbef4c16bf73b (diff) | |
parent | 206c8032f6b6c954019ca752df3b703da4597b07 (diff) |
BSDP: Add code to generate ACKs for INFORMs (#136)
Diffstat (limited to 'dhcpv4/bsdp/types.go')
-rw-r--r-- | dhcpv4/bsdp/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/bsdp/types.go b/dhcpv4/bsdp/types.go index 4f1c140..ac4b05b 100644 --- a/dhcpv4/bsdp/types.go +++ b/dhcpv4/bsdp/types.go @@ -6,7 +6,7 @@ import "github.com/insomniacslk/dhcp/dhcpv4" // on non-darwin hosts where the vendor class identifier cannot be determined. // It should mostly be used for debugging if testing BSDP on a non-darwin // system. -const DefaultMacOSVendorClassIdentifier = "AAPLBSDP/i386/MacMini6,1" +const DefaultMacOSVendorClassIdentifier = AppleVendorID + "/i386/MacMini6,1" // Options (occur as sub-options of DHCP option 43). const ( |