From 5e3607b616538eac7bb70d78d4f20d847a1c3064 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 3 Dec 2012 13:09:40 +0100 Subject: [PATCH] Remove GraphDumpFile from the manual and manpages. This option is not supported in tinc 1.1, "tincctl dump graph" can be used instead. --- doc/tinc.conf.5.in | 12 ------------ doc/tinc.texi | 10 ---------- 2 files changed, 22 deletions(-) diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index ba753f4a..350a410c 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -297,18 +297,6 @@ Incoming packets are always sent to the TUN/TAP device, even if the packets are This is less efficient, but allows the kernel to apply its routing and firewall rules on them, and can also help debugging. .El -.It Va GraphDumpFile Li = Ar filename -If this option is present, -.Nm tinc -will dump the current network graph to the file -.Ar filename -every minute, unless there were no changes to the graph. -The file is in a format that can be read by graphviz tools. -If -.Ar filename -starts with a pipe symbol |, -then the rest of the filename is interpreted as a shell command -that is executed, the graph is then sent to stdin. .It Va Hostnames Li = yes | no Pq no This option selects whether IP addresses (both real and on the VPN) should be resolved. Since DNS lookups are blocking, it might affect tinc's diff --git a/doc/tinc.texi b/doc/tinc.texi index d4c527fa..0e2b1ebb 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1027,16 +1027,6 @@ This is less efficient, but allows the kernel to apply its routing and firewall and can also help debugging. @end table -@cindex GraphDumpFile -@item GraphDumpFile = <@var{filename}> -If this option is present, -tinc will dump the current network graph to the file @var{filename} -every minute, unless there were no changes to the graph. -The file is in a format that can be read by graphviz tools. -If @var{filename} starts with a pipe symbol |, -then the rest of the filename is interpreted as a shell command -that is executed, the graph is then sent to stdin. - @cindex Hostnames @item Hostnames = (no) This option selects whether IP addresses (both real and on the VPN) -- 2.20.1