summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-server/kea-ctrl-agent.conf.j2
blob: 74c63a7a044347720d9296184181e5ec2f89e25a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "Control-agent": {
{% if failover is vyos_defined %}
        "http-host": "{{ failover.source_address }}",
        "http-port": 647,
        "control-sockets": {
            "dhcp4": {
                "socket-type": "unix",
                "socket-name": "/run/kea/dhcp4-ctrl-socket"
            }
        }
{% endif %}
    }
}