Is it possible to output the BIRD route table in JSON format from birdc? Jay
Hi Jay, On 2/3/21 2:22 PM, Jay Hanke wrote:
Is it possible to output the BIRD route table in JSON format from birdc?
BIRD doesn't have any build in support for generating JSON, but there are two projects for using regular expressions for parsing birdc output: https://github.com/alice-lg/birdwatcher (Go reimplentation) https://github.com/inex/birdseye (PHP-based) -- Best regards Asbjørn Sloth Tønnesen
On Wed, Feb 3, 2021 at 6:25 AM Jay Hanke <jayhanke@southfront.io> wrote:
Is it possible to output the BIRD route table in JSON format from birdc?
See the patch in
https://bird.network.cz/pipermail/bird-users/2018-March/012088.html Best, Alistair
Alistair, On Mon, 8 Feb 2021 at 20:51:
See the patch in https://bird.network.cz/pipermail/bird-users/2018-March/012088.html
Do you use this patch in a prod version of bird at netflix? -- Chriztoffer
participants (5)
-
Alistair Crooks -
Asbjørn Sloth Tønnesen -
Chriztoffer Hansen -
Jay Hanke -
Toke Høiland-Jørgensen