{% extends 'base.html' %} {% block content %}

The migration process is now complete. See the details below. {% if file %} Please keep in mind that the results will be erased from the server within 10 minutes, unless you press the "Share with ISC" button below. {% endif %} Thank you for using ISC's software. You can try another migration if needed.

DHCP protocol type: {{family}} Migration exit code: {{exit_code}}
{% if file %}

Your Kea configuration file is shown below. You have 10 minutes to [download] it.

{{form.hidden_tag()}} You can also share your configuration with ISC. If you do that, we will use the information to improve the migration software. Your data will not be anonymized before sharing. If you consider anything in your configuration to be sensitive (such as addresses of services in your network, MAC addresses and hostnames of your devices, etc.), please anonymize it before sharing with ISC.

If you decide to share your config, you may also add thoughts, comments, or contact info if you wish to be contacted:
{{form.comment(cols="80", rows="5")}}
{{form.submit()}}

Kea configuration (migration results):


{{out_content}}

{% endif %} {% if stdout %}

Output of KeaMA (stdout):


{{stdout}}

{% endif %} {% if stderr %}

Encountered KeaMA errors and debug messages (stderr):


{{stderr}}

{% endif %} {% endblock %}