diff --git a/templates/irr_tools.html b/templates/irr_tools.html new file mode 100644 index 0000000..60fa4a1 --- /dev/null +++ b/templates/irr_tools.html @@ -0,0 +1,49 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | IRR Updater{% endblock %} + +{% block page_header %}

IRR Filter Management

{% endblock %} + +{% block content %} +
+

asns.txt Editor

+

Edit the list of ASNs and AS Sets here (format: ASN or ASN:AS-SET). This file is on the IRR machine.

+ + {% if error %} + + {% endif %} + +
+ +
+ +
+ +
+ +
+

Perform Update

+

Start the gen.sh script on the IRR machine. This clears the old log, fetches new prefixes, removes orphaned lists, and pushes the update to the VyOS router.

+ + +
+ +
+ +
+

Log Output

+ +
Click on ‘Start IRR Update’ or ‘View Log’ to see the output here.
+
+ + +{% endblock %} \ No newline at end of file