Purge through the control socket
This commit is contained in:
parent
6eaefb4dbc
commit
1065879c8c
8 changed files with 19 additions and 16 deletions
|
@ -1569,9 +1569,6 @@ New outgoing connections specified in @file{tinc.conf} will be made.
|
|||
Temporarily increases debug level to 5.
|
||||
Send this signal again to revert to the original level.
|
||||
|
||||
@item WINCH
|
||||
Purges all information remembered about unreachable nodes.
|
||||
|
||||
@end table
|
||||
|
||||
@c ==================================================================
|
||||
|
@ -1854,6 +1851,9 @@ Dump a list of all meta connections with ourself.
|
|||
@item dump graph
|
||||
Dump a graph of the VPN in dotty format.
|
||||
|
||||
@item purge
|
||||
Purges all information remembered about unreachable nodes.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
|
|
|
@ -76,6 +76,8 @@ Dump a list of all meta connections with ourself.
|
|||
Dump a graph of the VPN in
|
||||
.Xr dotty 1
|
||||
format.
|
||||
.It purge
|
||||
Purges all information remembered about unreachable nodes.
|
||||
.El
|
||||
.Sh BUGS
|
||||
The "start", "restart", and "reload" commands are not yet implemented.
|
||||
|
|
|
@ -98,8 +98,6 @@ will be made.
|
|||
.It INT
|
||||
Temporarily increases debug level to 5.
|
||||
Send this signal again to revert to the original level.
|
||||
.It WINCH
|
||||
Purges all information remembered about unreachable nodes.
|
||||
.El
|
||||
.Sh DEBUG LEVELS
|
||||
The tinc daemon can send a lot of messages to the syslog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue