mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
add useful meta data to filtered routes
This commit is contained in:
parent
41b90c7a3c
commit
e8ff85bc10
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ func RoutesProtoCount(protocol string) (Parsed, bool) {
|
|||
}
|
||||
|
||||
func RoutesFiltered(protocol string) (Parsed, bool) {
|
||||
return RunAndParse("route protocol '"+protocol+"' filtered", parseRoutes)
|
||||
return RunAndParse("route protocol '"+protocol+"' filtered all", parseRoutes)
|
||||
}
|
||||
|
||||
func RoutesExport(protocol string) (Parsed, bool) {
|
||||
|
|
Loading…
Add table
Reference in a new issue