{% extends "app/app_base.html" %} {% load bootstrap_pager %} {% load app_extras %} {% block content %}

This view shows currently advertised routes for the prefixes listed in resource certs received from RPKI parents.

BGP data from routeviews.org last updated {{ timestamp.bgp_v4_import.isoformat }}.
RPKI data last updated {{ timestamp.rcynic_import.isoformat }}.

{% csrf_token %} {% for r in routes %} {% endfor %}
# Prefix Origin AS Validation Status
{{ r.get_prefix_display }} {{ r.asn }} {{ r.status }}
{% bootstrap_pager request routes %} {% endblock content %} {# loaded after js scripts #} {% block script %} {% endblock %}