summaryrefslogtreecommitdiffstats
path: root/extras/gomemif/examples/BUILD.bazel
diff options
context:
space:
mode:
authorMatus Halaj <mhalaj@cisco.com>2022-10-13 14:46:39 +0200
committerDave Wallace <dwallacelf@gmail.com>2022-10-13 18:23:10 +0000
commitaf36e96d07911f26e8e36f59ea2319cb5c13c0ad (patch)
tree316f540c21ed38dc8cae21a9675852328f3f859b /extras/gomemif/examples/BUILD.bazel
parent70892fcada81a4bef53dcd26c32cba5e26e1eb52 (diff)
gomemif: migrate to govpp repository
Type: make Signed-off-by: Matus Halaj <mhalaj@cisco.com> Change-Id: I1d48c7e44fdf23438132996fd3288b29da1fe36e
Diffstat (limited to 'extras/gomemif/examples/BUILD.bazel')
-rw-r--r--extras/gomemif/examples/BUILD.bazel36
1 files changed, 0 insertions, 36 deletions
diff --git a/extras/gomemif/examples/BUILD.bazel b/extras/gomemif/examples/BUILD.bazel
deleted file mode 100644
index eb10422027f..00000000000
--- a/extras/gomemif/examples/BUILD.bazel
+++ /dev/null
@@ -1,36 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_binary")
-
-go_binary(
- name = "icmp_responder_poll",
- srcs = ["icmp_responder_poll.go"],
- visibility = ["//visibility:public",],
- deps = [
- "//memif:memif",
- "@com_github_profile//:go_default_library",
- "@com_github_gopacket//layers:go_default_library",
- "@com_github_gopacket//:go_default_library"
- ],
-)
-
-go_binary(
- name = "bridge",
- srcs = ["bridge.go"],
- visibility = ["//visibility:public",],
- deps = [
- "//memif:memif",
- "@com_github_profile//:go_default_library",
- ],
-)
-
-go_binary(
- name = "icmp_responder_cb",
- srcs = ["icmp_responder_cb.go"],
- visibility = ["//visibility:public",],
- deps = [
- "//memif:memif",
- "@com_github_profile//:go_default_library",
- "@com_github_gopacket//layers:go_default_library",
- "@com_github_gopacket//:go_default_library"
- ],
-)
-