On Sunday, August 26, 2012 07:05:56 Antonio Quartulli wrote:
To simplify TranslationTable debugging it is better to print the packet rerouting message on the DBG_TT log level. In this way a developer interested in packets rerouting doesn't need to filter it out of the whole ROUTES log.
Moreover, since this message will appear for each rerouted message, it is now "ratelimited".
Signed-off-by: Antonio Quartulli ordex@autistici.org
v3:
- added net_ratelimited_function() macro to compat.h
compat.h | 10 ++++++++++ routing.c | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-)
Applied in revision 3632c33.
Thanks, Marek