summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/lldp_interfaces_running.json
blob: 058b365dc8677df11a0e349e7c04b2500ae70964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "eth0": {
    "mode": "disable",
    "location": { "elin": "1234567890" }
  },
  "eth1": {
    "location": {
      "coordinate-based": {
        "latitude": "33.524449N",
        "longitude": "22.267255E",
        "altitude": "2200",
        "datum": "WGS84"
      }
    }
  }
}