summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/facts_interfaces.json
blob: b58e17fa410ae831cd0c468eaf10a051088008d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "ethernet": {
    "eth0": { "address": "dhcp", "hw-id": "52:54:00:65:5a:24" },
    "eth1": {
      "description": "uplink",
      "hw-id": "52:54:00:96:42:93",
      "mtu": "1500"
    },
    "eth2": { "hw-id": "52:54:00:75:31:fa" }
  }
}