aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack/app_conf/rd_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/lwip_stack/app_conf/rd_config.json')
-rw-r--r--stacks/lwip_stack/app_conf/rd_config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/stacks/lwip_stack/app_conf/rd_config.json b/stacks/lwip_stack/app_conf/rd_config.json
index 38374bc..3109bcd 100644
--- a/stacks/lwip_stack/app_conf/rd_config.json
+++ b/stacks/lwip_stack/app_conf/rd_config.json
@@ -2,25 +2,25 @@
"ip_route": [
{
"subnet": "192.168.1.1/24",
- "type": "nstack-dpdk",
+ "stack_name": "lwip",
},
{
"subnet": "192.167.1.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-dpdk",
+ "stack_name": "lwip",
},
{
"proto_type": "2",
- "type": "nstack-kernel",
+ "stack_name": "kernel",
}
],
}