*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" "" }}
{{ end }}
{{ end }}