aboutsummaryrefslogtreecommitdiffstats
path: root/testcode/app_example/rd_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/app_example/rd_config.json')
-rw-r--r--testcode/app_example/rd_config.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/testcode/app_example/rd_config.json b/testcode/app_example/rd_config.json
new file mode 100644
index 0000000..26abef6
--- /dev/null
+++ b/testcode/app_example/rd_config.json
@@ -0,0 +1,14 @@
+{
+ "modules": [
+ {
+ "name": "kernel",
+ "ip_route": [
+ "127.0.0.1/24"
+ ],
+ "type_route": [
+ ],
+ "protocol_route": [
+ ]
+ }
+ ]
+}