summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/interfaces_running.json
blob: acda9107c1936f4e22de902508d2dc801bc062a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "ethernet": {
    "eth0": {
      "description": "mgmt",
      "mtu": "1500",
      "duplex": "auto",
      "speed": "auto",
      "vrf": "mgmt",
      "vif": { "200": { "description": "vif200", "mtu": "1400" } }
    },
    "eth1": {
      "disable": {}
    }
  },
  "bonding": {
    "bond0": { "description": "lag" }
  },
  "loopback": {
    "lo": {}
  }
}