{{- /* For use with 7 */}}

Network Upstream

Click to show
*WARNING: only incoming upstream is count!* see
{{ range (split (string .Inner) "\n") }} {{ $line := trim . " \t\r\n" }} {{ if ne $line "" }} {{ $asn := index (split $line " ") 0 }} {{ $name := trim (replace $line $asn "" 1) " '" }} {{ $asnNum := replace $asn "AS" "" }}
{{ $asn }} '{{ $name }}'
{{ end }} {{ end }}