1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

🎨 TOML → YAML

This commit is contained in:
Matt Love
2019-07-09 23:15:05 -07:00
parent 37448c85b9
commit 1f6509680d
5 changed files with 10 additions and 0 deletions

@ -1,3 +1,5 @@
---
template: bgp_aspath
link: <a href="#" id="help_link_bgpa">Supported BGP AS Path Expressions</a>
---
Performs BGP table lookup based on `AS_PATH` regular expression.

@ -1,3 +1,5 @@
---
template: bgp_community
link: <a href="#" onclick="help_link_bgpc">{{ general["org_name"] }} BGP Communities</a>
---
Performs BGP table lookup based on [Extended](https://tools.ietf.org/html/rfc4360) or [Large](https://tools.ietf.org/html/rfc8195) community value.

@ -1,2 +1,4 @@
---
template: bgp_route
---
Performs BGP table lookup based on IPv4/IPv6 prefix.

@ -1,2 +1,4 @@
---
template: ping
---
Sends 5 ICMP echo requests to the target.

@ -1,2 +1,4 @@
---
template: traceroute
---
Performs UDP Based traceroute to the target.<br>For information about how to interpret traceroute results, [click here](https://hyperglass.readthedocs.io/nanog_traceroute.pdf).