File: vendor_class_identifier.go

package info (click to toggle)
golang-github-insomniacslk-dhcp 0.0~git20200621.d74cd86-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,132 kB
  • sloc: makefile: 9
file content (9 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
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
}