Hello all,
I'm trying to log some information during the bird process execution.
I'm doing it in the bgp section.
I used the command:
log(L_INFO "** some text **");
with success, i added to the log some information about an integer variable with success, here it is the code: