mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -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
8
hack/qemu-metadata-api/dhcp/BUILD.bazel
Normal file
8
hack/qemu-metadata-api/dhcp/BUILD.bazel
Normal file
|
@ -0,0 +1,8 @@
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "dhcp",
|
||||
srcs = ["dhcp.go"],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/hack/qemu-metadata-api/dhcp",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue