mirror of
https://github.com/sileht/bird-lg.git
synced 2025-02-22 18:20:29 +01:00
Merge branch 'feature/add-direct-to-unwanted-protos'
This commit is contained in:
commit
a9c27d473b
1 changed files with 1 additions and 1 deletions
2
lg.py
2
lg.py
|
@ -235,7 +235,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