summaryrefslogtreecommitdiffstats
path: root/testcode/app_example/rd_config.json
blob: 26abef695b6eca1a794656ddbdc86cc4d776ba33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "modules": [
        {
            "name": "kernel",
            "ip_route": [
                "127.0.0.1/24"
            ],
            "type_route": [
            ],
            "protocol_route": [
            ]
        }
    ]
}