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