diff options
author | 2018-09-18 19:39:52 +0800 | |
---|---|---|
committer | 2018-10-09 19:11:54 +0800 | |
commit | 74d149fea978f0200a1d3af07e0efccaf0ee993a (patch) | |
tree | ef4755271258c8409ee6e55f3da76f0a7bc58396 /stacks/vpp | |
parent | 2827d26800e19858d4a9856c8a8f977a273f9910 (diff) |
Fix: delete g_nstack_plane_info and fix json file
Change-Id: Ib9d92b547af01ee5d46723b15d5aea3fcbe2b989
Signed-off-by: rainbow_0206 <jiangwenjiang@huawei.com>
Diffstat (limited to 'stacks/vpp')
-rw-r--r-- | stacks/vpp/configure/rd_config.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stacks/vpp/configure/rd_config.json b/stacks/vpp/configure/rd_config.json index 2ea10d1..166fbec 100644 --- a/stacks/vpp/configure/rd_config.json +++ b/stacks/vpp/configure/rd_config.json @@ -2,25 +2,25 @@ "ip_route": [ { "subnet": "192.168.1.1/24", - "type": "nstack-vpp", + "stack_name": "vpp_hoststack", }, { "subnet": "10.145.240.1/24", - "type": "nstack-kernel", + "stack_name": "kernel", }, { "subnet": "192.166.1.1/24", - "type": "nstack-kernel", + "stack_name": "kernel", } ], "prot_route": [ { "proto_type": "1", - "type": "nstack-vpp", + "stack_name": "vpp_hoststack", }, { "proto_type": "2", - "type": "nstack-kernel", + "stack_name": "kernel", } ], } |