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