From f9f2e72f17793fb87b7eea99d7b442b1612a06a8 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 4 Jul 2020 19:31:21 -0700 Subject: [PATCH] Remove old help info, fix link to old docs --- hyperglass/constants.py | 42 +---------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/hyperglass/constants.py b/hyperglass/constants.py index 40872f7..db3c08f 100644 --- a/hyperglass/constants.py +++ b/hyperglass/constants.py @@ -91,46 +91,6 @@ For information about how to interpret traceroute results, [click here]\ """, } -DEFAULT_INFO = { - "bgp_route": """ ---- -template: bgp_route ---- -Performs BGP table lookup based on IPv4/IPv6 prefix. -""", - "bgp_community": """ ---- -template: bgp_community ---- -Performs BGP table lookup based on Extended or Large community value. - -""", - "bgp_aspath": """ ---- -template: bgp_aspath ---- -Performs BGP table lookup based on `AS_PATH` regular expression. - -""", - "ping": """ ---- -template: ping ---- -Sends 5 ICMP echo requests to the target. -""", - "traceroute": """ ---- -template: traceroute ---- -Performs UDP Based traceroute to the target.
For information about how to \ -interpret traceroute results, click here. -""", -} - - DEFAULT_HELP = """ ##### BGP Route @@ -162,7 +122,7 @@ Sends 5 ICMP echo requests to the target. Performs UDP Based traceroute to the target. For information about how to interpret traceroute results, [click here]\ -(https://hyperglass.readthedocs.io/en/latest/assets/traceroute_nanog.pdf). +(https://hyperglass.io/traceroute_nanog.pdf). """ SUPPORTED_QUERY_FIELDS = ("query_location", "query_type", "query_target", "query_vrf")