summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/vlan_running.json
blob: 80edcb15e557ca55603168518168fa700957fe9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "ethernet": {
    "eth1": {
      "hw-id": "52:54:00:xx",
      "vif": {
        "10": {
          "description": "VLAN10",
          "address": "192.168.10.1/24"
        },
        "20": {
          "description": "VLAN20"
        }
      }
    },
    "eth2": {
      "hw-id": "52:54:00:yy",
      "vif": {
        "10": {
          "description": "VLAN10"
        }
      }
    }
  }
}