MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / GetDefaultNetwork

Method GetDefaultNetwork

platform/platform_interface.go:100–100  ·  view source on GitHub ↗

Network misc

(ipProtocol boship.IPProtocol)

Source from the content-addressed store, hash-verified

98
99 // Network misc
100 GetDefaultNetwork(ipProtocol boship.IPProtocol) (boshsettings.Network, error)
101 GetConfiguredNetworkInterfaces() ([]string, error)
102 PrepareForNetworkingChange() error
103 DeleteARPEntryWithIP(ip string) error

Callers 7

GetDefaultNetworkMethod · 0.65
GetDefaultNetworkMethod · 0.65
NewProviderFunction · 0.65

Implementers 4

linuxplatform/linux_platform.go
dummyPlatformplatform/dummy_platform.go
WindowsPlatformplatform/windows_platform.go
FakePlatformplatform/platformfakes/fake_platform.g

Calls

no outgoing calls

Tested by

no test coverage detected