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:
parent
5bffef1e07
commit
d5de4b8f65
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue