summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/simple-results/result-intf-name.json
blob: 9d8ea759b9c2a3c2197863c29bb51a9901fadbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "frr-interface:lib": {
    "interface": [
      {
        "name": "lo"
      },
      {
        "name": "r1-eth0"
      },
      {
        "name": "lo-red"
      },
      {
        "name": "r1-eth1"
      },
      {
        "name": "red"
      }
    ]
  }
}