Skip to content
Snippets Groups Projects
Commit d3b69a6c authored by skorpy's avatar skorpy :construction_worker:
Browse files

kea: fix mtu (-32)

parent 760eca06
No related branches found
No related tags found
No related merge requests found
Pipeline #43392 passed
......@@ -66,7 +66,7 @@
{%- endif %}
{%- if 'mtu' in domainData %}{%- if hasOption %},{%- endif %}
{%- set hasOption = true %}
{"name": "interface-mtu", "data": "{{ domainData.mtu }}"}
{"name": "interface-mtu", "data": "{{ domainData.mtu - 32 }}"}
{%- endif %}
{%- if 'name_servers' in instance %}{%- if hasOption %},{%- endif %}
{%- set hasOption = true %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment