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