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

Fix birdc query for RoutesFiltered

This commit is contained in:
Benedikt Rudolph 2018-06-07 11:51:43 +02:00
parent 5bffef1e07
commit d5de4b8f65

View file

@ -200,7 +200,7 @@ func RoutesProtoCount(protocol string) (Parsed, bool) {
}
func RoutesFiltered(protocol string) (Parsed, bool) {
cmd := routeQueryForChannel("route all filtered " + protocol)
cmd := routeQueryForChannel("route all filtered protocol " + protocol)
return RunAndParse(cmd, parseRoutes)
}