summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json
blob: 60359716d729a15c72ef3ddf390b3e0c722a2c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "frr-interface:lib": {
    "interface": [
      {
        "name": "r1-eth0",
        "state": {
          "mtu": 1500
        }
      }
    ]
  }
}