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

14 commits

Author SHA1 Message Date
Benedikt Rudolph
43b6a8b8dc Merge branch 'feature/api-redesign' into develop
* simplify RoutesNoExport() to just the birdc command
2019-02-06 08:54:21 +01:00
Benedikt Rudolph
cd05592804 Merge redis cache from 'upstream/master' into develop
Leave redis cache the way it is for now. Rework in future commits.
2019-02-28 15:11:31 +01:00
Matthias Hannig
15f2561c87 use redis cache if configured 2019-01-24 17:16:35 +01:00
Patrick Seeburger
c4dfeb253d API redesign - make birdwatcher more generic
Removed all high level functionality e.g. endpoints with multiple
invocations of birdc.
Add new endpoints which are required to duplicate the removed
functionality within Alice-LG.
2019-01-18 18:10:06 +01:00
Benedikt Rudolph
46356aa9eb Make cache ttl for bird responses a config option
For bird and bird6 you may add ttl to the respective config file sections.
See example config in this commit.
This allows to have individual ttls for the cache of bird cli output per daemon.
2018-07-18 10:42:57 +02:00
Daniel Czerwonk
d903f1286b refactoring, channel support for show protocols, routees filtered by ip version 2018-01-15 23:04:19 +01:00
Matthias Hannig
6fa06ec094 fixed typo 2017-05-29 10:15:47 +02:00
Matthias Hannig
007436ebc2 moved to parser config 2017-05-29 09:34:38 +02:00
Matthias Hannig
e463a05cd0 added config option for per peer table setups 2017-05-29 09:31:47 +02:00
hellerve
8e2e8d2a97 added parser configuration for (for now exclusively) filtering fields from route parses 2017-02-22 18:09:45 +01:00
hellerve
71cab9824b only use key once 2017-01-02 16:22:08 +01:00
hellerve
c6730945dc made ratelimit configurable 2016-12-13 10:49:18 +01:00
Matthias Hannig
0ec65b02bb added filtered fields 2016-12-02 17:11:57 +01:00
Matthias Hannig
3508a2298b use config in bird 2016-11-30 13:40:34 +01:00