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

load("@io_bazel_rules_go//go:def.bzl", "go_library")

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