{% extends "generic/object.html" %} {% block content %}
Delete DHCPv{{ dhcp_version }} Subnet

Are you sure you want to delete {% if subnet_cidr %} subnet {{ subnet_cidr }} (ID {{ subnet_id }}) {% else %} DHCPv{{ dhcp_version }} subnet {{ subnet_id }} {% endif %} from Kea?

All pools and configuration for this subnet will be removed. Active leases in this subnet will become unmanaged. This action cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}