diff options
author | Sean Karlage <skarlage@fb.com> | 2018-08-14 22:53:45 -0700 |
---|---|---|
committer | Sean Karlage <skarlage@fb.com> | 2018-08-14 22:57:12 -0700 |
commit | 78d75f4d4be95787bd3e8b1bf28172059d09273d (patch) | |
tree | ae1b05983e272b0e3ef63c2aa9805ca835f69e13 /dhcpv4/bsdp/types.go | |
parent | 35ed68606514ab77a523f72b103474e36361bcf7 (diff) |
BSDP: Add code to generate ACKs for INFORMs
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 ( |