9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
{%- if instance_mtu -%}
|
|
dhcp-option=26,{{ instance_mtu }}
|
|
{% endif -%}
|
|
{% if dnsmasq_flags -%}
|
|
{% for key, value in dnsmasq_flags.iteritems() -%}
|
|
{{ key }} = {{ value }}
|
|
{% endfor -%}
|
|
{% endif -%}
|