diff --git a/bird/bird.go b/bird/bird.go index 2ba5956..68c88ad 100644 --- a/bird/bird.go +++ b/bird/bird.go @@ -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) }