{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_route_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:addroute' host_id interface_id %} {% endblock %} {% block modal-header %}{% trans "Create Route" %}{% endblock %} {% block modal-body %}
{% trans "You can create an IP route for a data interface. The gateway address must be reachable via one of the local interface addresses."%}