From 6686a0ba2af6cf649dae76983ad69589689d869c Mon Sep 17 00:00:00 2001 From: Matt Love Date: Tue, 9 Jul 2019 16:29:22 -0700 Subject: [PATCH] =?UTF-8?q?:wrench:=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 | 5 ++--- hyperglass/render/templates/info/bgp_community.md.example | 5 ++--- hyperglass/render/templates/info/bgp_route.md.example | 3 +-- hyperglass/render/templates/info/ping.md.example | 3 +-- hyperglass/render/templates/info/traceroute.md.example | 3 +-- 5 files changed, 7 insertions(+), 12 deletions(-) diff --git a/hyperglass/render/templates/info/bgp_aspath.md.example b/hyperglass/render/templates/info/bgp_aspath.md.example index 20e6b79..dc5c6db 100644 --- a/hyperglass/render/templates/info/bgp_aspath.md.example +++ b/hyperglass/render/templates/info/bgp_aspath.md.example @@ -1,6 +1,5 @@ -+++ -link = 'Supported BGP AS Path Expressions' -+++ +link: Supported BGP AS Path Expressions +--- Performs BGP table lookup based on `AS_PATH` regular expression. {{ info["bgp_aspath"]["link"] }} diff --git a/hyperglass/render/templates/info/bgp_community.md.example b/hyperglass/render/templates/info/bgp_community.md.example index 3b11cdc..35202d8 100644 --- a/hyperglass/render/templates/info/bgp_community.md.example +++ b/hyperglass/render/templates/info/bgp_community.md.example @@ -1,6 +1,5 @@ -+++ -link = '{{ general["org_name"] }} BGP Communities' -+++ +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. {{ info["bgp_community"]["link"] }} diff --git a/hyperglass/render/templates/info/bgp_route.md.example b/hyperglass/render/templates/info/bgp_route.md.example index 87911a9..35a3a59 100644 --- a/hyperglass/render/templates/info/bgp_route.md.example +++ b/hyperglass/render/templates/info/bgp_route.md.example @@ -1,3 +1,2 @@ -+++ -+++ +--- 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 b94a4c7..57da0bb 100644 --- a/hyperglass/render/templates/info/ping.md.example +++ b/hyperglass/render/templates/info/ping.md.example @@ -1,3 +1,2 @@ -+++ -+++ +--- 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 5851541..1dfda56 100644 --- a/hyperglass/render/templates/info/traceroute.md.example +++ b/hyperglass/render/templates/info/traceroute.md.example @@ -1,3 +1,2 @@ -+++ -+++ +--- Performs UDP Based traceroute to the target.
For information about how to interpret traceroute results, [click here](https://hyperglass.readthedocs.io/nanog_traceroute.pdf).