mirror of
https://github.com/sileht/bird-lg.git
synced 2025-04-01 16:44:27 +02:00
Merge pull request #55 from empi89/feature/add-direct-to-unwanted-protos
add direct to SUMMARY_UNWANTED_PROTOS
This commit is contained in:
commit
1abe3f410f
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)
|
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>")
|
||||||
@app.route("/summary/<hosts>/<proto>")
|
@app.route("/summary/<hosts>/<proto>")
|
||||||
|
|
Loading…
Add table
Reference in a new issue