frontend: generic query types

This commit is contained in:
Lan Tian
2020-06-01 23:08:41 +08:00
parent 93f03bfe4e
commit 18d2d5ba6c
2 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ func renderTemplate(w http.ResponseWriter, r *http.Request, title string, conten
"route_where": "show route where net ~ [ ... ]",
"route_where_all": "show route where net ~ [ ... ] all",
"route_where_bgpmap": "show route where net ~ [ ... ] (bgpmap)",
"route_generic": "show route ...",
"generic": "show ...",
"whois": "whois ...",
"traceroute": "traceroute ...",
}