libvirt/tests/virmacmaptestdata/complex.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

46 lines
994 B
JSON

[
{
"domain": "dom0",
"macs": [
"e1:81:5d:f3:41:57",
"76:0a:2a:a0:51:86",
"01:c7:fc:01:c7:fc",
"8e:82:53:60:32:4a",
"14:7a:25:dc:7d:a0",
"f8:d7:75:f8:d7:75",
"73:d2:50:fb:0f:b1",
"82:ee:a7:9b:e3:69",
"a8:b4:cb:a8:b4:cb",
"7e:81:86:0f:0b:fb",
"94:e2:00:d9:4c:70",
"dc:7b:83:dc:7b:83",
"d1:19:a5:a1:52:a8",
"22:03:a0:bf:cb:4a",
"e3:c7:f8:e3:c7:f8",
"aa:bf:3f:4f:21:8d",
"28:67:45:72:8f:47",
"eb:08:cd:eb:08:cd",
"bd:f8:a7:e5:e2:bd",
"c7:80:e3:b9:18:4d",
"ce:da:c0:ce:da:c0"
]
},
{
"domain": "dom1",
"macs": [
"8b:51:1d:9f:2f:29",
"7c:ae:4c:3e:e1:11",
"c6:68:4e:98:ff:6a",
"43:0e:33:a1:3f:0f",
"7a:3e:ed:bb:15:27",
"b1:17:fd:95:d2:1b",
"9e:89:49:99:51:0e",
"89:b4:3f:08:88:2c",
"54:0b:4c:e2:0a:39",
"bb:88:07:19:51:9d",
"b7:f1:1a:40:a2:95",
"88:94:39:a3:90:b4"
]
}
]