Result of migration

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
DHCP protocol type {{ family }}
Migration exit code {{ exit_code }}
{% if file %} Download your Kea configuration

The contents of the file are shown below, so you can also copy it to the clipboard.

Kea configuration (migration tool results):
{{out_content}}
{% endif %} {% if stdout %}
Output of KeaMA (stdout):
{{stdout}}
{% endif %} {% if stderr %}
Encountered KeaMA errors and debug messages (stderr):
{{stderr}}
{% endif %}