net/packet: rename from wgengine/packet.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-11-09 16:16:04 -08:00
parent 19df6a2ee2
commit 427bf2134f
15 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import (
"net"
"strings"
"tailscale.com/wgengine/packet"
"tailscale.com/net/packet"
)
func NewIP(ip net.IP) packet.IP4 {