Import Upstream version 1.0.15
This commit is contained in:
parent
d906f6f9b0
commit
d09cb3d82a
60 changed files with 765 additions and 495 deletions
Binary file not shown.
|
|
@ -5,7 +5,7 @@ START-INFO-DIR-ENTRY
|
|||
* tinc: (tinc). The tinc Manual.
|
||||
END-INFO-DIR-ENTRY
|
||||
|
||||
This is the info manual for tinc version 1.0.14, a Virtual Private
|
||||
This is the info manual for tinc version 1.0.15, a Virtual Private
|
||||
Network daemon.
|
||||
|
||||
Copyright (C) 1998-2011 Ivo Timmermans, Guus Sliepen
|
||||
|
|
@ -1503,7 +1503,9 @@ You can also send the following signals to a running tincd process:
|
|||
`HUP'
|
||||
Partially rereads configuration files. Connections to hosts whose
|
||||
host config file are removed are closed. New outgoing connections
|
||||
specified in `tinc.conf' will be made.
|
||||
specified in `tinc.conf' will be made. If the -logfile option is
|
||||
used, this will also close and reopen the log file, useful when
|
||||
log rotation is used.
|
||||
|
||||
`INT'
|
||||
Temporarily increases debug level to 5. Send this signal again to
|
||||
|
|
@ -2509,25 +2511,25 @@ Node: Example configuration47500
|
|||
Node: Running tinc52823
|
||||
Node: Runtime options53413
|
||||
Node: Signals56369
|
||||
Node: Debug levels57438
|
||||
Node: Solving problems58374
|
||||
Node: Error messages59926
|
||||
Node: Sending bug reports63939
|
||||
Node: Technical information64891
|
||||
Node: The connection65122
|
||||
Node: The UDP tunnel65434
|
||||
Node: The meta-connection68495
|
||||
Node: The meta-protocol69964
|
||||
Node: Security74973
|
||||
Node: Authentication protocol76103
|
||||
Node: Encryption of network packets81107
|
||||
Node: Security issues82480
|
||||
Node: Platform specific information84097
|
||||
Node: Interface configuration84325
|
||||
Node: Routes86224
|
||||
Node: About us88140
|
||||
Node: Contact information88315
|
||||
Node: Authors88719
|
||||
Node: Concept Index89124
|
||||
Node: Debug levels57561
|
||||
Node: Solving problems58497
|
||||
Node: Error messages60049
|
||||
Node: Sending bug reports64062
|
||||
Node: Technical information65014
|
||||
Node: The connection65245
|
||||
Node: The UDP tunnel65557
|
||||
Node: The meta-connection68618
|
||||
Node: The meta-protocol70087
|
||||
Node: Security75096
|
||||
Node: Authentication protocol76226
|
||||
Node: Encryption of network packets81230
|
||||
Node: Security issues82603
|
||||
Node: Platform specific information84220
|
||||
Node: Interface configuration84448
|
||||
Node: Routes86347
|
||||
Node: About us88263
|
||||
Node: Contact information88438
|
||||
Node: Authors88842
|
||||
Node: Concept Index89247
|
||||
|
||||
End Tag Table
|
||||
|
|
|
|||
|
|
@ -1638,6 +1638,8 @@ it defaults to the maximum time of 15 minutes.
|
|||
Partially rereads configuration files.
|
||||
Connections to hosts whose host config file are removed are closed.
|
||||
New outgoing connections specified in @file{tinc.conf} will be made.
|
||||
If the --logfile option is used, this will also close and reopen the log file,
|
||||
useful when log rotation is used.
|
||||
|
||||
@item INT
|
||||
Temporarily increases debug level to 5.
|
||||
|
|
|
|||
|
|
@ -130,6 +130,10 @@ Connections to hosts whose host config file are removed are closed.
|
|||
New outgoing connections specified in
|
||||
.Pa tinc.conf
|
||||
will be made.
|
||||
If the
|
||||
.Fl -logfile
|
||||
option is used, this will also close and reopen the log file,
|
||||
useful when log rotation is used.
|
||||
.It INT
|
||||
Temporarily increases debug level to 5.
|
||||
Send this signal again to revert to the original level.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue