summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/tun/BUILD
blob: a8bb03661e771b3e496be17f5f8e2ceda4bdd4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package(licenses = ["notice"])  # Apache 2.0

load("//tools/go_stateify:defs.bzl", "go_library")

go_library(
    name = "tun",
    srcs = ["tun_unsafe.go"],
    importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/link/tun",
    visibility = [
        "//visibility:public",
    ],
)