summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/netdevs/BUILD
blob: 422bb9b0c132856ea1a3b2a1ac6dc6b38ee2c527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load("//tools:defs.bzl", "go_library")

package(
    licenses = ["notice"],
)

go_library(
    name = "netdevs",
    srcs = ["netdevs.go"],
    visibility = ["//test/packetimpact:__subpackages__"],
    deps = [
        "//pkg/tcpip",
        "//pkg/tcpip/header",
    ],
)