mirror of
https://github.com/sileht/bird-lg.git
synced 2025-03-25 21:44:27 +01:00
direct is also an protocol that should be not shown
This commit is contained in:
parent
fa1c071682
commit
307a96d063
1 changed files with 1 additions and 1 deletions
2
lg.py
2
lg.py
|
@ -222,7 +222,7 @@ def whois():
|
|||
return jsonify(output=output, title=query)
|
||||
|
||||
|
||||
SUMMARY_UNWANTED_PROTOS = ["Kernel", "Static", "Device"]
|
||||
SUMMARY_UNWANTED_PROTOS = ["Kernel", "Static", "Device", "Direct"]
|
||||
|
||||
@app.route("/summary/<hosts>")
|
||||
@app.route("/summary/<hosts>/<proto>")
|
||||
|
|
Loading…
Add table
Reference in a new issue