0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Making SIGUSR1 dump also all protocols.

This commit is contained in:
Pavel Machek 1998-07-09 19:37:39 +00:00
parent 87d2be86e5
commit 86b0023033

View File

@ -35,6 +35,7 @@ handle_sigusr(int sig)
neigh_dump_all();
rta_dump_all();
rt_dump_all();
protos_dump_all();
debug("\n");
}