1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

fixed naming

This commit is contained in:
Matthias Hannig 2017-06-22 19:01:05 +02:00
parent afd39c4d9a
commit ddc22da4a4

View file

@ -300,7 +300,7 @@ func RoutesDumpPerPeerTable() (Parsed, bool) {
}
result := Parsed{
"exported": imported,
"imported": imported,
"filtered": filtered,
}
return result, cached