mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -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
|
@ -1,13 +0,0 @@
|
|||
/*
|
||||
Copyright (c) Edgeless Systems GmbH
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package virtwrapper
|
||||
|
||||
// NetworkDHCPLease abstracts a libvirt DHCP lease.
|
||||
type NetworkDHCPLease struct {
|
||||
IPaddr string
|
||||
Hostname string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue