{% extends 'ipv6ula/base.html' %} {% load crispy_forms_tags %} {% block content %}

All ULA prefixes are /48 networks. Simply add the first IP address (without any netmask, for instance fd23:2323:2323::). You can choose the name of your liking and an optional organization name.

ULA prefixes must be part of the fd00::/8 network.

{% csrf_token %} {{ form|crispy }}
{% endblock %}