mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 19:45:35 +00:00
c2d7940ec0
Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I7a39f4eeeb583b73ecffaf4c5f086a38e3a53e2e
11 lines
373 B
Go
11 lines
373 B
Go
// Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
//go:build !linux || ts_omit_tap
|
|
|
|
package tstun
|
|
|
|
func (*Wrapper) handleTAPFrame([]byte) bool { panic("unreachable") }
|
|
func (*Wrapper) tapWrite([]byte, int) (int, error) { panic("unreachable") }
|