Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.dhcp.kea
Commits
da0cf6a9
Commit
da0cf6a9
authored
May 09, 2019
by
Pietsch, Martin
Browse files
remove settings for RESTful service
parent
73f3b328
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/kea-ctrl-agent.conf.j2
View file @
da0cf6a9
{
"Control-agent": {
{%- if network.devices is defined -%}
{%- for ifname, ifdata in network.devices.items() if ifdata.services is defined and ("dhcp-ha" in (ifdata.services | default([]))) -%}
"http-host": "{{ ifdata.ipv4 | default(ifdata.ipv6 | default('127.0.0.1')) }}",
"http-port": {{ kea_control_agent_port }},
{%- endfor -%}
{%- endif -%}
"control-sockets": {
"dhcp4": {
"socket-type": "unix",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment