1
0
Fork 0
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:
hellerve 2016-12-21 10:54:09 +01:00
parent 41b90c7a3c
commit e8ff85bc10

View file

@ -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) {