MCPcopy
hub / github.com/tailscale/tailscale / Close

Method Close

wgengine/wgengine.go:111–111  ·  view source on GitHub ↗

Close shuts down this wireguard instance, remove any routes it added, etc. To bring it up again later, you'll need a new Engine.

()

Source from the content-addressed store, hash-verified

109 // it added, etc. To bring it up again later, you'll need a
110 // new Engine.
111 Close()
112
113 // Done returns a channel that is closed when the Engine's
114 // Close method is called, the engine aborts with an error,

Callers 6

detectAWSIMDSv2Function · 0.65
detectGCPMetadataFunction · 0.65
TestIsNetstackFunction · 0.65
TestIsNetstackRouterFunction · 0.65

Implementers 2

userspaceEnginewgengine/userspace.go
mockEngineipn/ipnlocal/state_test.go

Calls

no outgoing calls

Tested by 2

TestIsNetstackFunction · 0.52
TestIsNetstackRouterFunction · 0.52