{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static ietf_filters %} {% block pagehead %} {% endblock %} {% block title %}References to {{ alias_name }}{% endblock %} {% block content %} {% origin %}

References to {{ alias_name }}

These dependencies are extracted using heuristics looking for strings with particular prefixes. Notably, this means that references to I-Ds by title only are not reflected here. If it's really important, please inspect the documents' references sections directly.

Showing RFCs and active Internet-Drafts, sorted by reference type, then document name.

{% if numdocs %}

Showing only the first 250 of {{ numdocs }} documents.

Show all

{% endif %} {% for ref in refs %} {% with ref.source.canonical_name as name %} {% endwith %} {% endfor %}
Document Title Status Type Downref
{{ name|prettystdname }} {% if ref.target.name != alias_name %}
As {{ ref.target.name }} {% endif %}
{{ ref.source.title }}
References Referenced by
{% ifequal ref.source.get_state.slug 'rfc' %} {% with ref.source.std_level as lvl %} {% if lvl %}{{ lvl }}{% endif %} {% endwith %} {% else %} {% with ref.source.intended_std_level as lvl %} {% if lvl %}{{ lvl }}{% endif %} {% endwith %} {% endifequal %} {{ ref.relationship.name }} {{ ref.is_downref|default:'' }}
{% endblock %} {% block js %} {% endblock %}