{% extends "dsoc_canvas/base.html" %} {% block title %}RTBH — DSOC{% endblock %} {% block content %}
| Prefix | Trigger Reason | Community | Nexthop | Status | Auto-Withdraw (min) | Applied Routers | Created | |
|---|---|---|---|---|---|---|---|---|
| {{ entry.prefix }} |
{{ entry.trigger_reason | replace('_', ' ') }}
|
{{ entry.community or '—' }} | {{ entry.nexthop or '—' }} | {% if entry.status | lower == 'active' %} active {% else %} {{ entry.status }} {% endif %} | {{ entry.auto_withdraw_minutes if entry.auto_withdraw_minutes else '—' }} | {{ entry.applied_routers if entry.applied_routers else '—' }} | {{ entry.created_at | ts }} | {% if entry.status | lower == 'active' %} {% endif %} |
| No RTBH entries yet. Use "Trigger RTBH" to black-hole a prefix. | ||||||||