summaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack/configure/rd_config.json
blob: 14c26b840d8039d8221dc747c814d015ccf775e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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": [
            ]
        },
    ]
}