{% include 'header.html' %}
DHCP Pool for {{ subnet.name }}
{% if error %}
{{ error }}
{% endif %}
Start IP Address
End IP Address
Exclude IPs (comma separated)
Save DHCP Pool
{% if dhcp_pool %}
Remove DHCP Pool
{% endif %}
{% if dhcp_pool %}
Current DHCP Pool
Start:
{{ dhcp_pool.start_ip }}
End:
{{ dhcp_pool.end_ip }}
{% if dhcp_pool.excluded_ips %}
Excluded:
{{ dhcp_pool.excluded_ips }}
{% endif %}
{% endif %}