From 200e09a78172c8f0fad505ac289d3c7e5e198701 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Wed, 17 Sep 2025 20:06:49 +0200 Subject: [PATCH] Add templates/bgp_peer_graph.html --- templates/bgp_peer_graph.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/bgp_peer_graph.html diff --git a/templates/bgp_peer_graph.html b/templates/bgp_peer_graph.html new file mode 100644 index 0000000..66f50d1 --- /dev/null +++ b/templates/bgp_peer_graph.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | BGP Peer History{% endblock %} + +{% block content %} +
+

Prefix History for {{ neighbor_ip }}

+ +
+
+ + + + +
+
+ +
+ +
+ +
+ + + + + + +{% endblock %} \ No newline at end of file