From 4be9730746749d89663af8b34ae8f2fae65a3fe6 Mon Sep 17 00:00:00 2001
From: TimStallard <code@timstallard.me.uk>
Date: Sun, 27 Jan 2019 15:36:01 +0000
Subject: [PATCH] Exclude BFD protos

---
 lg.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lg.py b/lg.py
index e2591c8..f49e51a 100644
--- a/lg.py
+++ b/lg.py
@@ -232,7 +232,7 @@ def whois():
     return jsonify(output=output, title=query)
 
 
-SUMMARY_UNWANTED_PROTOS = ["Kernel", "Static", "Device"]
+SUMMARY_UNWANTED_PROTOS = ["Kernel", "Static", "Device", "BFD"]
 
 @app.route("/summary/<hosts>")
 @app.route("/summary/<hosts>/<proto>")