summaryrefslogtreecommitdiffstats
path: root/release/configure/rd_config.json
blob: 58a8da9ad41c80e2b046fa641fcdd0e51affa37a (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",
	  "stack_name": "kernel",
    },
	{
      "subnet": "192.167.1.1/24",
	  "stack_name": "kernel",
    },
	{
      "subnet": "192.166.1.1/24",
	  "stack_name": "kernel",
    }
  ],
  "prot_route": [
    {
	  "proto_type": "1",
	  "stack_name": "kernel",
    },
    {
	  "proto_type": "2",
	  "stack_name": "kernel",
    }
  ],
}