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

Method GetPreference

pixiecore/boot_configuration.go:120–122  ·  view source on GitHub ↗

GetPreference returns server's Preference, see RFC 3315

()

Source from the content-addressed store, hash-verified

118
119// GetPreference returns server's Preference, see RFC 3315
120func (bc *APIBootConfiguration) GetPreference() []byte {
121 return bc.Preference
122}
123
124// GetRecursiveDNS returns list of addresses of recursive DNS servers, see RFC 3646
125func (bc *APIBootConfiguration) GetRecursiveDNS() []net.IP {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected