diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-04-02 15:07:43 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-04-14 11:50:41 +0200 |
commit | 36e775408c884ed4b497343bc43ff8b755233601 (patch) | |
tree | 94c7beeccaff8cc4459d747e49e83713967cfc16 /data | |
parent | d62641f1d8a056f5dfaf77a28ad3e5dd4f8e61ec (diff) | |
download | vyos-1x-36e775408c884ed4b497343bc43ff8b755233601.tar.gz vyos-1x-36e775408c884ed4b497343bc43ff8b755233601.zip |
kea: T7281: No longer uses control agent for HA
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/dhcp-server/kea-ctrl-agent.conf.j2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/data/templates/dhcp-server/kea-ctrl-agent.conf.j2 b/data/templates/dhcp-server/kea-ctrl-agent.conf.j2 deleted file mode 100644 index b37cf4798..000000000 --- a/data/templates/dhcp-server/kea-ctrl-agent.conf.j2 +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Control-agent": { -{% if high_availability is vyos_defined %} - "http-host": "{{ high_availability.source_address }}", - "http-port": 647, - "control-sockets": { - "dhcp4": { - "socket-type": "unix", - "socket-name": "/run/kea/dhcp4-ctrl-socket" - } - } -{% endif %} - } -} |