MCPcopy Create free account
hub / github.com/danderson/netboot / GetPreference

Method GetPreference

pixiecore/boot_configuration.go:45–47  ·  view source on GitHub ↗

GetPreference returns server's Preference, see RFC 3315

()

Source from the content-addressed store, hash-verified

43
44// GetPreference returns server's Preference, see RFC 3315
45func (bc *StaticBootConfiguration) GetPreference() []byte {
46 return bc.Preference
47}
48
49// GetRecursiveDNS returns list of addresses of recursive DNS servers, see RFC 3646
50func (bc *StaticBootConfiguration) GetRecursiveDNS() []net.IP {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected