diff --git a/lookingglass/config.js b/lookingglass/config.js index 8916995..33b6fa5 100644 --- a/lookingglass/config.js +++ b/lookingglass/config.js @@ -4,8 +4,10 @@ lgSettings = { "showAPILink": true, // show "link to raw JSON result" }, "graph": { - "enabled": true, // render a BGP tree (requires mermaid.js) - "localASName": "My Network" // display name of your AS + "enabled": true, // render a BGP tree - requires mermaid.js loaded! + "localASName": "My Network", // display name of your AS + "drawLocalAsLoop": true, // for empty AS-Paths (local) draw a loop-arrow from $localASName to itself + "drawPrepends": false // draw looping arrows when a path is prepended }, "tags": { // additional data for tags diff --git a/lookingglass/lookingglass.html b/lookingglass/lookingglass.html index 4411be8..d6b9014 100644 --- a/lookingglass/lookingglass.html +++ b/lookingglass/lookingglass.html @@ -4,6 +4,7 @@
-
-