Making SIGUSR1 dump also all protocols.
This commit is contained in:
parent
87d2be86e5
commit
86b0023033
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue