summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/simple-results/result-intf-description.json
blob: 8f8092ec1a55ff2b636333dc370bb228a1256643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "frr-interface:lib": {
    "interface": [
      {
        "name": "r1-eth0",
        "description": "r1-eth0-desc"
      },
      {
        "name": "r1-eth1",
        "description": "r1-eth1-desc"
      }
    ]
  }
}