Skip to content

Commit

Permalink
Merge pull request #128 from rackerlabs/avoid-bad-dnsmasq-cfg
Browse files Browse the repository at this point in the history
fix: don't make bad dnsmasq config for dhcp-proxy
  • Loading branch information
nicholaskuechler authored Jun 26, 2024
2 parents 1fb46b0 + 09195ff commit e39d834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/dnsmasq/dnsmasq.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ dhcp-authoritative
# pool {{ name }}
{{ dhcp_config(name) }}
{% endfor %}
{% if dhcp_proxy_list | length > 0 %}
dhcp-proxy={{ dhcp_proxy_list|join(',') }}
{% endif %}
dhcp-allowed-srvids={{ dhcp_allowed_srvids_list|join(',') }}
enable-tftp
tftp-no-fail
Expand Down

0 comments on commit e39d834

Please sign in to comment.