From 1f6509680d92d5d62cd791071e48addd4e879bce Mon Sep 17 00:00:00 2001 From: Matt Love Date: Tue, 9 Jul 2019 23:15:05 -0700 Subject: [PATCH] =?UTF-8?q?:art:=20TOML=20=E2=86=92=20YAML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyperglass/render/templates/info/bgp_aspath.md.example | 2 ++ hyperglass/render/templates/info/bgp_community.md.example | 2 ++ hyperglass/render/templates/info/bgp_route.md.example | 2 ++ hyperglass/render/templates/info/ping.md.example | 2 ++ hyperglass/render/templates/info/traceroute.md.example | 2 ++ 5 files changed, 10 insertions(+) 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).