{% extends "base.html" %} {% block contents %}

DHCP details for {{ dhcp_net.physical_net.address }}/{{ dhcp_net.physical_net.network_size }} network

Go back to network details

( modify | delete )

{% if dhcp_pools %}

Following DHCP pools are available:

{% else %}

There are no DHCP pools defined

{% endif %}

( add new pool )

{% if class_rules %}

Following Classification Rules are defined:

{% else %}

There are no Classification Rules defined

{% endif %} ( add new rule ) {% endblock %}