mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
metadata-api: support dnsmasq (#3115)
This commit is contained in:
parent
37e46b98c2
commit
21c30ebb76
18 changed files with 304 additions and 270 deletions
16
hack/qemu-metadata-api/dhcp/virtwrapper/BUILD.bazel
Normal file
16
hack/qemu-metadata-api/dhcp/virtwrapper/BUILD.bazel
Normal file
|
@ -0,0 +1,16 @@
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "virtwrapper",
|
||||
srcs = [
|
||||
"virtwrapper.go",
|
||||
"virtwrapper_cgo.go",
|
||||
"virtwrapper_cross.go",
|
||||
],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/hack/qemu-metadata-api/dhcp/virtwrapper",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//hack/qemu-metadata-api/dhcp",
|
||||
"@org_libvirt_go_libvirt//:libvirt",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue