aboutsummaryrefslogtreecommitdiffstats
path: root/release/configure/rd_config.json
blob: d0055694c3d6b3a8ecabba6a859b80932dd35268 (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
{
  "ip_route": [
    {
	  "subnet": "192.168.1.1/24",
	  "type": "nstack-kernel",
    },
	{
      "subnet": "192.167.1.1/24",
	  "type": "nstack-kernel",
    },
	{
      "subnet": "192.166.1.1/24",
	  "type": "nstack-kernel",
    }
  ],
  "prot_route": [
    {
	  "proto_type": "1",
	  "type": "nstack-kernel",
    },
    {
	  "proto_type": "2",
	  "type": "nstack-kernel",
    }
  ],
}