{% extends "base.html" %} {% block content %}
Add Route
{% if show_add %}

Add Route

Close
{% endif %}
{% if routes %} {% for route in routes %} {% endfor %}
CIDRInterfaceAddedActions
{{ route.cidr }} {{ route.interface }} {% if route.auto_detected %}Auto-detected{% endif %} {{ route.added }} {% if confirm_delete == route.id %}
{% if route.auto_detected %}Primary subnet. {% endif %}Are you sure?
{% else %} Remove {% endif %}
{% else %}

No routes advertised.

Add a CIDR route to make a local subnet reachable through the edge.

{% endif %}
{% endblock %}