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:
@@ -839,12 +839,6 @@ rip_init_config(struct rip_proto_config *c)
|
||||
c->authtype = AT_NONE;
|
||||
}
|
||||
|
||||
static void
|
||||
rip_preconfig(struct protocol *x, struct config *c)
|
||||
{
|
||||
DBG( "RIP: preconfig\n" );
|
||||
}
|
||||
|
||||
static int
|
||||
rip_get_attr(eattr *a, byte *buf)
|
||||
{
|
||||
@@ -862,7 +856,6 @@ struct protocol proto_rip = {
|
||||
name: "RIP",
|
||||
template: "rip%d",
|
||||
attr_class: EAP_RIP,
|
||||
preconfig: rip_preconfig,
|
||||
get_route_info: rip_get_route_info,
|
||||
get_attr: rip_get_attr,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user