proxmox-ve-rs/proxmox-ve-config/tests/sdn/resources/ipam.db
Stefan Hanreich 33c67da5a5 tests: add ipam tests
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
2024-11-12 19:37:36 +01:00

27 lines
501 B
Plaintext

{
"zones": {
"zone0": {
"subnets": {
"fd80::/64": {
"ips": {
"fd80::1000": {
"vmid": "1000",
"mac": "BC:24:11:00:00:01",
"hostname": "test0"
}
}
},
"10.101.0.0/16": {
"ips": {
"10.101.99.101": {
"mac": "BC:24:11:00:00:01",
"vmid": "1000",
"hostname": "test0"
}
}
}
}
}
}
}