aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/rsocket/configure/rd_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/rsocket/configure/rd_config.json')
-rw-r--r--stacks/rsocket/configure/rd_config.json31
1 files changed, 23 insertions, 8 deletions
diff --git a/stacks/rsocket/configure/rd_config.json b/stacks/rsocket/configure/rd_config.json
index 5c6f861..d89afcf 100644
--- a/stacks/rsocket/configure/rd_config.json
+++ b/stacks/rsocket/configure/rd_config.json
@@ -1,10 +1,25 @@
{
- "ip_route": [
- {
- "subnet": "192.168.1.1/24",
- "stack_name": "rsocket",
- },
- ],
- "prot_route": [
- ],
+ "modules": [
+ {
+ "name": "kernel",
+ "ip_route": [
+ "127.0.0.1/24"
+ ],
+ "protocol_route": [
+ ],
+ "type_route": [
+ ]
+ },
+ {
+ "name": "rsocket",
+ "ip_route": [
+ "192.168.21.1/24"
+
+ ],
+ "protocol_route": [
+ ],
+ "type_route": [
+ ]
+ }
+ ]
}