1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

🔧 TOML → YAML

This commit is contained in:
Matt Love 2019-07-09 16:29:22 -07:00
parent b5e628ed2e
commit 6686a0ba2a
5 changed files with 7 additions and 12 deletions

View file

@ -1,6 +1,5 @@
+++
link = '<a href="#" onclick="bgpHelpASPath()">Supported BGP AS Path Expressions</a>'
+++
link: <a href="#" id="help_link_bgpa">Supported BGP AS Path Expressions</a>
---
Performs BGP table lookup based on `AS_PATH` regular expression.
{{ info["bgp_aspath"]["link"] }}

View file

@ -1,6 +1,5 @@
+++
link = '<a href="#" onclick="bgpHelpCommunity()">{{ general["org_name"] }} BGP Communities</a>'
+++
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.
{{ info["bgp_community"]["link"] }}

View file

@ -1,3 +1,2 @@
+++
+++
---
Performs BGP table lookup based on IPv4/IPv6 prefix.

View file

@ -1,3 +1,2 @@
+++
+++
---
Sends 5 ICMP echo requests to the target.

View file

@ -1,3 +1,2 @@
+++
+++
---
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).