{% extends "base.html" %} {% block content %}
{% if show_add %}| CIDR | Interface | Added | Actions |
|---|---|---|---|
| {{ route.cidr }} | {{ route.interface }} {% if route.auto_detected %}Auto-detected{% endif %} | {{ route.added }} | {% if confirm_delete == route.id %} {% else %} Remove {% endif %} |
Add a CIDR route to make a local subnet reachable through the edge.