aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack/release/configure/network_data_tonStack.json
blob: 7c059ef4554136980203507a41933a304bff0665 (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
25
26
27
28
29
30
31
32
[
  {
    "cniVersion": "0.2.0",
    "name": "IDX-M",
    "multi_entry": "3",
    "type": "nstack-dpdk",
    "vlanID": 42,
    "vlan_inside": true,
    "ipam": {
      "type": "canal-ipam",
      "subnet": "192.168.1.1/24",
      "gateway": "192.168.1.254",
      "range-start": "192.168.1.198",
      "range-end": "192.168.1.209",
      "routes": [
        {
          "dst": "192.168.1.0/24",
          "gw": "192.168.1.254"
        }
      ]
    },
    "args": {
      "phynet": {
        "ref_nic": [
          "eth7"
        ],
        "bond_name": "",
        "bond_mode": -1
      }
    }
  },
]