mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
|
network:
|
||
|
version: 1
|
||
|
config:
|
||
|
- type: physical
|
||
|
name: eth0
|
||
|
mac_address: 12:34:56:78:90:ab
|
||
|
subnets:
|
||
|
- type: static
|
||
|
address: 192.168.2.2/24
|
||
|
gateway: 192.168.2.1
|
||
|
dns_nameservers:
|
||
|
- 192.168.2.1
|