summaryrefslogtreecommitdiffstats
path: root/src/bin/netconf/tests/testdata/get_config.json
blob: d08aed20c0f4e2b8438795639903a0c57d05d3e0 (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
{
    "Netconf": {
        "boot-update": true,
        "hooks-libraries": [ ],
        "managed-servers": {
            "dhcp4": {
                "boot-update": true,
                "control-socket": {
                    "socket-name": "/tmp/kea4-ctrl-socket",
                    "socket-type": "unix",
                    "socket-url": "http://127.0.0.1:8000/"
                },
                "model": "kea-dhcp4-server",
                "subscribe-changes": true,
                "user-context": {
                    "comment": "Kea DHCP4 server serving network on floor 13"
                },
                "validate-changes": false
            }
        },
        "subscribe-changes": true,
        "validate-changes": true
    }
}