libvirt/tests/virmacmaptestdata/simple.json
Michal Privoznik 86980bc75c util: Introduce virMACMap module
This module will be used to track:

  <domain, mac address list>

pairs. It will be important to know these mappings without
libvirt connection (that is from a JSON file), because NSS
module will use those to provide better host name translation.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-12-06 13:33:18 +01:00

9 lines
79 B
JSON

[
{
"domain": "f24",
"macs": [
"aa:bb:cc:dd:ee:ff"
]
}
]