mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
86980bc75c
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>
9 lines
79 B
JSON
9 lines
79 B
JSON
[
|
|
{
|
|
"domain": "f24",
|
|
"macs": [
|
|
"aa:bb:cc:dd:ee:ff"
|
|
]
|
|
}
|
|
]
|