{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}add_interface_form{% endblock %} {% block form_action %}{% url form_url router.id %} {% endblock %} {% block modal-header %}{% trans "Add Interface" %}{% endblock %} {% block modal-body %}
{% trans "You can connect a specified subnet to the router." %}
{% blocktrans trimmed %} If you don't specify an IP address here, the gateway's IP address of the selected subnet will be used as the IP address of the newly created interface of the router. If the gateway's IP address is in use, you must use a different address which belongs to the selected subnet. {% endblocktrans %}