Hello, I just came across this commit https://gitlab.labs.nic.cz/labs/bird/blob/3e3e381b98fe8809b560da7cd5dc956411... Any ideas when is the feature planned for release :) Thanks! Evelio Vila
On Wed, Nov 11, 2015 at 11:46:17AM -0800, Evelio VILA wrote:
Hello,
I just came across this commit
https://gitlab.labs.nic.cz/labs/bird/blob/3e3e381b98fe8809b560da7cd5dc956411...
Any ideas when is the feature planned for release :)
Hello, likely in the next release. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Thu, Nov 12, 2015 at 04:55:50PM +0100, Ondrej Zajicek wrote:
On Wed, Nov 11, 2015 at 11:46:17AM -0800, Evelio VILA wrote:
Hello,
I just came across this commit
https://gitlab.labs.nic.cz/labs/bird/blob/3e3e381b98fe8809b560da7cd5dc956411...
Any ideas when is the feature planned for release :)
Hello, likely in the next release.
Will a 'rotate' function of sorts be implemented? Where you can specify that every 3600 seconds it starts writing to the next file, with for instance a UNIX timestamp being part of the filename? Kind regards, Job
Hi, Job! On 2015-11-12 17:11, Job Snijders wrote:
Will a 'rotate' function of sorts be implemented? Where you can specify that every 3600 seconds it starts writing to the next file, with for instance a UNIX timestamp being part of the filename?
A 'rotate' function is not implemented yet, but it is a good idea. Thank you! Yes, the UNIX timestamp will be a part of the filename in default. Both a period and a filename will be configurable in BIRD's config file. The filename format will be the strftime(3)-like format extended of a key '%f' for replacing with the name of the dumping table. For more info, you can check out the pre-release version of documentation: https://gitlab.labs.nic.cz/labs/bird/commit/6c0583dcad5f1a42c3a13ea604c46a5d... Best, Pavel
participants (4)
-
Evelio VILA -
Job Snijders -
Ondrej Zajicek -
Pavel Tvrdík