We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ce2a06 + 809daac commit d00960aCopy full SHA for d00960a
dhcpd/files/dhcpd.conf
@@ -211,7 +211,7 @@ failover peer "{{ failover_peer }}" {
211
peer address {{ config.peer_address }};
212
{%- endif %}
213
{%- if 'peer_port' in config %}
214
- peer port {{ config.port }};
+ peer port {{ config.peer_port }};
215
216
{%- if 'max_response_delay' in config %}
217
max-response-delay {{ config.max_response_delay }};
0 commit comments