summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/bsdp/vendor_class_identifier.go
blob: dfd1ca9625bcb16ab6614bd6c96607a256a9ce84 (plain)
1
2
3
4
5
6
7
8
9
// +build !darwin

package bsdp

// MakeVendorClassIdentifier returns a static vendor class identifier for BSDP
// use on non-darwin hosts.
func MakeVendorClassIdentifier() (string, error) {
	return DefaultMacOSVendorClassIdentifier, nil
}