From 74d149fea978f0200a1d3af07e0efccaf0ee993a Mon Sep 17 00:00:00 2001 From: rainbow_0206 Date: Tue, 18 Sep 2018 19:39:52 +0800 Subject: Fix: delete g_nstack_plane_info and fix json file Change-Id: Ib9d92b547af01ee5d46723b15d5aea3fcbe2b989 Signed-off-by: rainbow_0206 --- stacks/rsocket/config/rd_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stacks/rsocket') diff --git a/stacks/rsocket/config/rd_config.json b/stacks/rsocket/config/rd_config.json index ea1fc7b..5c6f861 100644 --- a/stacks/rsocket/config/rd_config.json +++ b/stacks/rsocket/config/rd_config.json @@ -2,7 +2,7 @@ "ip_route": [ { "subnet": "192.168.1.1/24", - "type": "nstack-rsocket", + "stack_name": "rsocket", }, ], "prot_route": [ -- cgit