26 Apr
2010
26 Apr
'10
7:29 p.m.
On 26.4.2010 21:22, Joakim Tjernlund wrote:
That would be possible, but as I said, from CLI configuration you wouldn't be able to use all BIRD features. And also binary config dump does not make sense for me. as an operator would like to see what config is currently running.
The binary dump would be fed into our app which will sort out the data and present something to the user. One problem with writing config to a file is that the initial config file
OK.
is readonly so I can't update it, can I redirect a running BIRD to another file?
Sure, use: configure <file> in BIRD CLI. Ondrej
Jocke