{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %}New Host Peer ASN{% endblock %} {%block tag %}home{% endblock %} {% block content %}

Add host Peer ASNs

Back to {{ host.name }}

Peer ASNs are used to guide an end user on nearby networks to our mirror. For example, a university might list their peer ASNs, and the mirrorlist CGI would return the university-local mirror rather than a country-local mirror. You must be in the MirrorManager administrators group in order to create new entries here.

{{ render_field_in_row(form.asn) }} {{ render_field_in_row(form.name) }}

{{ form.csrf_token }}

{% endblock %}