{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}add_routerrule_form{% endblock %} {% block form_action %}{% url 'horizon:project:connections:routerrules:addrouterrule' %} {% endblock %} {% block modal-header %}{% trans "Add Router Policy" %}{% endblock %} {% block modal-body %}
{% trans "Routing policies to apply to router. Policies are matched by most specific source first and then by most specific destination." %}
{% trans "The next hop addresses can be used to override the router used by the client." %}
{% trans "Next hop addresses are ignored for Deny action policies." %}