MCPcopy Index your code
hub / github.com/tailscale/tailscale / DisableProtocol

Method DisableProtocol

wgengine/userspace.go:170–170  ·  view source on GitHub ↗
(proto string)

Source from the content-addressed store, hash-verified

168type BIRDClient interface {
169 EnableProtocol(proto string) error
170 DisableProtocol(proto string) error
171 Close() error
172}
173

Callers 4

NewUserspaceEngineFunction · 0.65
ReconfigMethod · 0.65
CloseMethod · 0.65
TestChirpFunction · 0.65

Implementers 1

BIRDClientchirp/chirp.go

Calls

no outgoing calls

Tested by 1

TestChirpFunction · 0.52