corrections diverses template kea-ctrl pb avec jinja2

This commit is contained in:
root
2024-01-21 00:54:39 +01:00
parent 38602033b3
commit 0afa2c3596
4 changed files with 44 additions and 79 deletions

View File

@@ -22,7 +22,7 @@
// The DHCPv4 server listens on this interface. When changing this to
// the actual name of your interface, make sure to also update the
// interface parameter in the subnet definition below.
"interfaces": {{ kea_dhcp_interfaces }}
"interfaces": "{{ kea_dhcp_int }}"
},
// Control socket is required for communication between the Control
@@ -76,12 +76,12 @@
// deliver lease updates to the server as well as synchronize the
// lease database after failure.
{
"library": "/usr/local/lib/kea/hooks/libdhcp_lease_cmds.so"
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so"
},
{
// The HA hook library should be loaded.
"library": "/usr/local/lib/kea/hooks/libdhcp_ha.so",
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so",
"parameters": {
// Each server should have the same HA configuration, except for the
// "this-server-name" parameter.