mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
#ifdef out lots of debugging information.
The long resource/routing table dump printed upon startup is gone now and if you wish to see it, just send bird SIGUSR1 or use the `debug' commands.
This commit is contained in:
@@ -69,12 +69,6 @@ ospf_init(struct proto_config *c)
|
||||
return p;
|
||||
}
|
||||
|
||||
static void
|
||||
ospf_preconfig(struct protocol *p, struct config *c)
|
||||
{
|
||||
DBG( " OSPF: preconfig\n" );
|
||||
}
|
||||
|
||||
static void
|
||||
ospf_postconfig(struct proto_config *c)
|
||||
{
|
||||
@@ -87,7 +81,5 @@ struct protocol proto_ospf = {
|
||||
init: ospf_init,
|
||||
dump: ospf_dump,
|
||||
start: ospf_start,
|
||||
preconfig: ospf_preconfig,
|
||||
postconfig: ospf_postconfig,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user