mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
dnsmasq: Change add_mac OptionValue from default to standard to satisfy lint
This commit is contained in:
parent
8d6ca1fa98
commit
c48353cdc1
@ -35,7 +35,7 @@
|
||||
</local_ttl>
|
||||
<add_mac type="OptionField">
|
||||
<OptionValues>
|
||||
<default>default</default>
|
||||
<standard>standard</standard>
|
||||
<base64>base64</base64>
|
||||
<text>text</text>
|
||||
</OptionValues>
|
||||
|
||||
@ -59,7 +59,7 @@ bind-interfaces
|
||||
{% endif %}
|
||||
|
||||
{% if dnsmasq.add_mac %}
|
||||
add-mac{% if dnsmasq.add_mac != 'default' %}={{dnsmasq.add_mac}}{% endif %}
|
||||
add-mac{% if dnsmasq.add_mac != 'standard' %}={{dnsmasq.add_mac}}{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if dnsmasq.add_subnet %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user