diff --git a/hyperglass/render/templates/info/bgp_aspath.md.example b/hyperglass/render/templates/info/bgp_aspath.md.example index dc5c6db..057ab24 100644 --- a/hyperglass/render/templates/info/bgp_aspath.md.example +++ b/hyperglass/render/templates/info/bgp_aspath.md.example @@ -1,3 +1,5 @@ +--- +template: bgp_aspath link: Supported BGP AS Path Expressions --- Performs BGP table lookup based on `AS_PATH` regular expression. diff --git a/hyperglass/render/templates/info/bgp_community.md.example b/hyperglass/render/templates/info/bgp_community.md.example index 35202d8..c4b437c 100644 --- a/hyperglass/render/templates/info/bgp_community.md.example +++ b/hyperglass/render/templates/info/bgp_community.md.example @@ -1,3 +1,5 @@ +--- +template: bgp_community link: {{ general["org_name"] }} BGP Communities --- Performs BGP table lookup based on [Extended](https://tools.ietf.org/html/rfc4360) or [Large](https://tools.ietf.org/html/rfc8195) community value. diff --git a/hyperglass/render/templates/info/bgp_route.md.example b/hyperglass/render/templates/info/bgp_route.md.example index 35a3a59..b6f19fd 100644 --- a/hyperglass/render/templates/info/bgp_route.md.example +++ b/hyperglass/render/templates/info/bgp_route.md.example @@ -1,2 +1,4 @@ --- +template: bgp_route +--- Performs BGP table lookup based on IPv4/IPv6 prefix. diff --git a/hyperglass/render/templates/info/ping.md.example b/hyperglass/render/templates/info/ping.md.example index 57da0bb..57c0d46 100644 --- a/hyperglass/render/templates/info/ping.md.example +++ b/hyperglass/render/templates/info/ping.md.example @@ -1,2 +1,4 @@ --- +template: ping +--- Sends 5 ICMP echo requests to the target. diff --git a/hyperglass/render/templates/info/traceroute.md.example b/hyperglass/render/templates/info/traceroute.md.example index 1dfda56..032ba26 100644 --- a/hyperglass/render/templates/info/traceroute.md.example +++ b/hyperglass/render/templates/info/traceroute.md.example @@ -1,2 +1,4 @@ --- +template: traceroute +--- Performs UDP Based traceroute to the target.
For information about how to interpret traceroute results, [click here](https://hyperglass.readthedocs.io/nanog_traceroute.pdf).