From: Maria Matejka Date: Thu, 7 Dec 2023 13:38:05 +0000 (+0100) Subject: Conf: debug tables X-Git-Tag: v2.15~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54ddf90f;p=thirdparty%2Fbird.git Conf: debug tables For now just a dummy config but it is needed for forward compatibility with v3. --- diff --git a/conf/conf.h b/conf/conf.h index 8fd6713e6..c0a897fc9 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -35,6 +35,7 @@ struct config { u32 proto_default_debug; /* Default protocol debug mask */ u32 proto_default_mrtdump; /* Default protocol mrtdump mask */ u32 channel_default_debug; /* Default channel debug mask */ + u32 table_default_debug; /* Default table debug mask */ struct timeformat tf_route; /* Time format for 'show route' */ struct timeformat tf_proto; /* Time format for 'show protocol' */ struct timeformat tf_log; /* Time format for the logfile */ diff --git a/doc/bird.sgml b/doc/bird.sgml index 09da89df5..394ca86cb 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -505,6 +505,11 @@ include "tablename.conf";; See in the channel section. Default: off. +