mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 14:29:56 +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>
17 lines
209 B
JSON
17 lines
209 B
JSON
[
|
|
{
|
|
"domain": "f25",
|
|
"macs": [
|
|
"00:11:22:33:44:55",
|
|
"aa:bb:cc:00:11:22"
|
|
]
|
|
},
|
|
{
|
|
"domain": "f24",
|
|
"macs": [
|
|
"aa:bb:cc:dd:ee:ff",
|
|
"a1:b2:c3:d4:e5:f6"
|
|
]
|
|
}
|
|
]
|