summaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack/configure/rd_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/lwip_stack/configure/rd_config.json')
-rw-r--r--stacks/lwip_stack/configure/rd_config.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/stacks/lwip_stack/configure/rd_config.json b/stacks/lwip_stack/configure/rd_config.json
new file mode 100644
index 0000000..14c26b8
--- /dev/null
+++ b/stacks/lwip_stack/configure/rd_config.json
@@ -0,0 +1,24 @@
+{
+ "modules": [
+ {
+ "name": "kernel",
+ "ip_route": [
+ "127.0.0.1/24"
+ ],
+ "type_route": [
+ ],
+ "proto_route": [
+ ]
+ },
+ {
+ "name": "lwip",
+ "ip_route": [
+ "192.168.1.1/24"
+ ],
+ "type_route": [
+ ],
+ "proto_route": [
+ ]
+ },
+ ]
+}