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

Method IsNetstack

tsd/tsd.go:185–187  ·  view source on GitHub ↗

IsNetstack reports whether Tailscale is running as a netstack-based TUN-free engine.

()

Source from the content-addressed store, hash-verified

183
184// IsNetstack reports whether Tailscale is running as a netstack-based TUN-free engine.
185func (s *System) IsNetstack() bool {
186 return s.onlyNetstack
187}
188
189// ControlKnobs returns the control knobs for this node.
190func (s *System) ControlKnobs() *controlknobs.Knobs {

Calls

no outgoing calls

Tested by 1

TestIsNetstackFunction · 0.76