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:
parent
87d2be86e5
commit
86b0023033
@ -35,6 +35,7 @@ handle_sigusr(int sig)
|
|||||||
neigh_dump_all();
|
neigh_dump_all();
|
||||||
rta_dump_all();
|
rta_dump_all();
|
||||||
rt_dump_all();
|
rt_dump_all();
|
||||||
|
protos_dump_all();
|
||||||
|
|
||||||
debug("\n");
|
debug("\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user